mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System/Libraries/Html/Tokenizer: Fix issue with unquoted HTML attributes being discarded
This commit is contained in:
@@ -926,6 +926,7 @@ U0 @tokenizer_html_state_attribute_value_unquoted(@html_tokenizer* t)
|
|||||||
*/
|
*/
|
||||||
case '>':
|
case '>':
|
||||||
// Switch to the data state. Emit the current tag token.
|
// Switch to the data state. Emit the current tag token.
|
||||||
|
@set_current_attribute_on_current_node(t);
|
||||||
@emit_current_node(t);
|
@emit_current_node(t);
|
||||||
t->state = HTML_STATE_DATA;
|
t->state = HTML_STATE_DATA;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user