System/Libraries/Css+Html: Handle display: inline-block

This commit is contained in:
Alec Murphy 2025-04-22 15:34:17 -04:00
parent 49666d7ea9
commit 1cf0007b0b
3 changed files with 186 additions and 87 deletions

View file

@ -100,7 +100,7 @@ class @html_dom_node : JsonElement
I64 fontSize;
I64 fontWeight;
Bool italic;
Bool display_block;
I64 display;
};
class @html_input_buffer