System/Libraries/Css+Html: Implement text-decoration-line: line-through
This commit is contained in:
parent
d723c7d9df
commit
75a2bb10c4
3 changed files with 23 additions and 15 deletions
|
@ -93,11 +93,12 @@ class @html_dom_node : JsonElement
|
|||
I64 width;
|
||||
I64 height;
|
||||
U32 backgroundColor;
|
||||
U32 underlineColor;
|
||||
U32 linethroughColor;
|
||||
U32 color;
|
||||
U8* fontFamily;
|
||||
I64 fontSize;
|
||||
I64 fontWeight;
|
||||
I64 textDecoration;
|
||||
Bool italic;
|
||||
Bool display_block;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue