NetSurf
|
Transient properties for construction of current node. More...
Data Fields | |
const css_computed_style * | parent_style |
Style from which to inherit, or NULL if none. More... | |
struct nsurl * | href |
Current link target, or NULL if none. More... | |
const char * | target |
Current frame target, or NULL if none. More... | |
const char * | title |
Current title attribute, or NULL if none. More... | |
struct box * | containing_block |
Identity of the current block-level container. More... | |
struct box * | inline_container |
Current container for inlines, or NULL if none. More... | |
bool | node_is_root |
Whether the current node is the root of the DOM tree. More... | |
Transient properties for construction of current node.
Definition at line 70 of file box_construct.c.
struct box* box_construct_props::containing_block |
Identity of the current block-level container.
Definition at line 80 of file box_construct.c.
Referenced by box__containing_block_is_flex(), box_construct_element(), box_construct_element_after(), box_construct_text(), and box_extract_properties().
struct nsurl* box_construct_props::href |
Current link target, or NULL if none.
Definition at line 74 of file box_construct.c.
Referenced by box_construct_element(), box_construct_text(), and box_extract_properties().
struct box* box_construct_props::inline_container |
Current container for inlines, or NULL if none.
Definition at line 83 of file box_construct.c.
Referenced by box_construct_element(), box_construct_element_after(), box_construct_text(), and box_extract_properties().
bool box_construct_props::node_is_root |
Whether the current node is the root of the DOM tree.
Definition at line 85 of file box_construct.c.
Referenced by box_construct_element(), and box_extract_properties().
const css_computed_style* box_construct_props::parent_style |
Style from which to inherit, or NULL if none.
Definition at line 72 of file box_construct.c.
Referenced by box_construct_element(), box_construct_text(), and box_extract_properties().
const char* box_construct_props::target |
Current frame target, or NULL if none.
Definition at line 76 of file box_construct.c.
Referenced by box_construct_element(), box_construct_text(), and box_extract_properties().
const char* box_construct_props::title |
Current title attribute, or NULL if none.
Definition at line 78 of file box_construct.c.
Referenced by box_construct_element(), box_construct_text(), and box_extract_properties().