Home
last modified time | relevance | path

Searched refs:LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_doctype.c174 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype()
657 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_after_public_keyword()
682 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_after_public_keyword()
733 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_before_public_identifier()
761 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_before_public_identifier()
1077 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_after_public_identifier()
1154 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_between_public_and_system_identifiers()
1211 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_after_system_keyword()
1235 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_after_system_keyword()
1286 tkz->token->type |= LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS; in lxb_html_tokenizer_state_doctype_before_system_identifier()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.h29 LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS = 0x0004, enumerator
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dinitial.c236 if (token->type & LXB_HTML_TOKEN_TYPE_FORCE_QUIRKS) { in lxb_html_tree_insertion_mode_initial_doctype_ckeck()

Completed in 15 milliseconds