System/Libraries/Html/Tokenizer: Add width/height DistanceType to @html_dom_node

This commit is contained in:
Alec Murphy 2025-04-26 18:56:30 -04:00
parent 6d384f81cd
commit 49cb267474

View file

@ -90,8 +90,10 @@ class @html_dom_node : JsonElement
JsonArray* children; JsonArray* children;
U8* text; U8* text;
I64 textAlign; I64 textAlign;
I64 width; F64 width;
I64 height; F64 height;
I64 widthDistanceType;
I64 heightDistanceType;
U32 backgroundColor; U32 backgroundColor;
U32 underlineColor; U32 underlineColor;
U32 linethroughColor; U32 linethroughColor;