1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

document/dom/rss.c: Explain what normalizing is

As insighted by Jonas.
This commit is contained in:
Petr Baudis 2007-08-28 18:12:41 +02:00 committed by Petr Baudis
parent 2480d1ae0a
commit 494e4a1019

View File

@ -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)) {