mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
document/dom/rss.c: Explain what normalizing is
As insighted by Jonas.
This commit is contained in:
parent
2480d1ae0a
commit
494e4a1019
@ -92,7 +92,8 @@ dom_rss_pop_element(struct dom_stack *stack, struct dom_node *node, void *data)
|
||||
|| renderer->node != node)
|
||||
break;
|
||||
|
||||
/* Replace any child nodes with the normalized text node. */
|
||||
/* Replace any child nodes with the normalized text node.
|
||||
* We are getting rid of "inner HTML". */
|
||||
list = get_dom_node_list(node->parent, node);
|
||||
done_dom_node_list(*list);
|
||||
if (is_dom_string_set(&renderer->text)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user