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

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_in_head_script (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_head_template (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_head_template_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_head_anything_else (lxb_html_tree_t *tree)
 
bool lxb_html_tree_insertion_mode_in_head (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_in_head()

bool lxb_html_tree_insertion_mode_in_head ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 41 of file in_head.c.

◆ lxb_html_tree_insertion_mode_in_head_anything_else()

lxb_inline bool lxb_html_tree_insertion_mode_in_head_anything_else ( lxb_html_tree_t * tree)

Definition at line 358 of file in_head.c.

◆ lxb_html_tree_insertion_mode_in_head_script()

lxb_inline bool lxb_html_tree_insertion_mode_in_head_script ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 241 of file in_head.c.

◆ lxb_html_tree_insertion_mode_in_head_template()

lxb_inline bool lxb_html_tree_insertion_mode_in_head_template ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 290 of file in_head.c.

◆ lxb_html_tree_insertion_mode_in_head_template_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_head_template_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 324 of file in_head.c.