System/Libraries/Html/Tokenizer: Add italic property to @html_dom_node
This commit is contained in:
parent
3b83397e60
commit
97187728e8
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class @html_dom_node : JsonElement
|
||||||
U8* fontFamily;
|
U8* fontFamily;
|
||||||
I64 fontSize;
|
I64 fontSize;
|
||||||
I64 fontWeight;
|
I64 fontWeight;
|
||||||
|
Bool italic;
|
||||||
Bool display_block;
|
Bool display_block;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue