mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 03:47:36 +00:00
LibWeb: Resolve CSS text-decoration from value list
This detects and resolves these in the text-decoration property, in any order: - text-decoration-color - text-decoration-line - text-decoration-style Only the solid underline renders, but all three sub-properties are assigned correctly.
This commit is contained in:
parent
29b61123a4
commit
68193c365f
4 changed files with 110 additions and 10 deletions
|
@ -185,6 +185,7 @@
|
|||
"visible",
|
||||
"vertical-text",
|
||||
"wait",
|
||||
"wavy",
|
||||
"wrap",
|
||||
"wrap-reverse",
|
||||
"w-resize",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue