mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Update the DOM stack comment for things to come
This commit is contained in:
parent
8f25d73013
commit
05a61cd16a
@ -48,10 +48,11 @@ struct dom_stack {
|
||||
unsigned char *state_objects;
|
||||
size_t object_size;
|
||||
|
||||
/* Parser and document specific stuff */
|
||||
/* Renderer specific callbacks for the streaming parser mode. */
|
||||
dom_stack_callback_T callbacks[DOM_NODES];
|
||||
void *renderer;
|
||||
|
||||
/* Data specific to the parser and renderer. */
|
||||
void *renderer;
|
||||
void *parser;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user