NetSurf
|
HTML Box tree construction special element conversion interface. More...
Go to the source code of this file.
Functions | |
bool | convert_special_elements (dom_node *node, html_content *content, struct box *box, bool *convert_children) |
call an elements special conversion handler More... | |
HTML Box tree construction special element conversion interface.
Definition in file box_special.h.
bool convert_special_elements | ( | dom_node * | node, |
html_content * | content, | ||
struct box * | box, | ||
bool * | convert_children | ||
) |
call an elements special conversion handler
Definition at line 1855 of file box_special.c.
References box_a(), box_body(), box_br(), box_button(), box_canvas(), box_embed(), box_frameset(), box_iframe(), box_image(), box_input(), box_noscript(), box_object(), box_pre(), box_select(), box_textarea(), and form_control::node.
Referenced by box_construct_element().