mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System/Libraries/Html/Tokenizer: Support empty attributes
This commit is contained in:
@@ -1021,6 +1021,7 @@ U0 @tokenizer_html_state_after_attribute_name(@html_tokenizer* t)
|
||||
*/
|
||||
case '/':
|
||||
// Switch to the self-closing start tag state.
|
||||
@set_current_attribute_on_current_node(t);
|
||||
t->state = HTML_STATE_SELF_CLOSING_START_TAG;
|
||||
break;
|
||||
case '=':
|
||||
|
||||
Reference in New Issue
Block a user