1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Add FIXME about using DOM node subtypes when searching the DOM stack

This commit is contained in:
Jonas Fonseca 2005-12-05 11:11:40 +01:00 committed by Jonas Fonseca
parent 208515c82f
commit f85b498375

View File

@ -88,6 +88,7 @@ search_dom_stack(struct dom_stack *stack, enum dom_node_type type,
struct dom_stack_state *state;
int pos;
/* FIXME: Take node subtype and compare if non-zero or something. */
foreachback_dom_state (stack, state, pos) {
struct dom_node *parent = state->node;