System/Libraries/Html/Tokenizer: Add italic property to @html_dom_node

This commit is contained in:
Alec Murphy 2025-04-15 16:21:07 -04:00
parent 3b83397e60
commit 97187728e8

View file

@ -97,6 +97,7 @@ class @html_dom_node : JsonElement
U8* fontFamily;
I64 fontSize;
I64 fontWeight;
Bool italic;
Bool display_block;
};