diff --git a/System/Libraries/Html/Tokenizer.HC b/System/Libraries/Html/Tokenizer.HC index 4ece44b..f4295c4 100644 --- a/System/Libraries/Html/Tokenizer.HC +++ b/System/Libraries/Html/Tokenizer.HC @@ -90,8 +90,10 @@ class @html_dom_node : JsonElement JsonArray* children; U8* text; I64 textAlign; - I64 width; - I64 height; + F64 width; + F64 height; + I64 widthDistanceType; + I64 heightDistanceType; U32 backgroundColor; U32 underlineColor; U32 linethroughColor;