php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
after_head.c File Reference

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_after_head_anything_else (lxb_html_tree_t *tree)
 
lxb_inline lxb_html_element_tlxb_html_tree_insertion_mode_after_head_create_body (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_after_head (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_after_head()

bool lxb_html_tree_insertion_mode_after_head ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 27 of file after_head.c.

◆ lxb_html_tree_insertion_mode_after_head_anything_else()

lxb_inline bool lxb_html_tree_insertion_mode_after_head_anything_else ( lxb_html_tree_t * tree)

Definition at line 189 of file after_head.c.

◆ lxb_html_tree_insertion_mode_after_head_create_body()

lxb_inline lxb_html_element_t * lxb_html_tree_insertion_mode_after_head_create_body ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 210 of file after_head.c.