System/Libraries/Html/Tokenizer: Fix another issue with unquoted HTML attributes being discarded

This commit is contained in:
Alec Murphy 2025-05-03 14:12:54 -04:00
parent 21ad3fabfb
commit 6d457df08f

View file

@ -914,6 +914,7 @@ U0 @tokenizer_html_state_attribute_value_unquoted(@html_tokenizer* t)
case '\t':
case ' ':
// Switch to the before attribute name state.
@set_current_attribute_on_current_node(t);
t->state = HTML_STATE_BEFORE_ATTRIBUTE_NAME;
break;
/*