php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/html/tree/insertion_mode.h"
#include "lexbor/html/tree/open_elements.h"
#include "lexbor/html/tree/active_formatting.h"
Go to the source code of this file.
Functions | |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_thtd (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_tr_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_ct_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_tbtfth_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_bcht_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_row_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
bool | lxb_html_tree_insertion_mode_in_row (lxb_html_tree_t *tree, lxb_html_token_t *token) |
bool lxb_html_tree_insertion_mode_in_row | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_bcht_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_ct_open_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_tbtfth_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_thtd | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
lxb_inline bool lxb_html_tree_insertion_mode_in_row_tr_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |