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

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_in_caption_caption_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_caption_ct_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_caption_bcht_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_caption_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_caption_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_caption (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_in_caption()

bool lxb_html_tree_insertion_mode_in_caption ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 113 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_caption_anything_else()

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

Definition at line 99 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_caption_anything_else_closed()

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

Definition at line 106 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_caption_bcht_closed()

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

Definition at line 90 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_caption_caption_closed()

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

Definition at line 13 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_caption_ct_open_closed()

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

Definition at line 52 of file in_caption.c.