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:
parent
208515c82f
commit
f85b498375
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user