1
Fork 0
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:
Sam Atkins 2021-07-22 14:56:44 +01:00 committed by Andreas Kling
parent 29b61123a4
commit 68193c365f
4 changed files with 110 additions and 10 deletions

View file

@ -185,6 +185,7 @@
"visible",
"vertical-text",
"wait",
"wavy",
"wrap",
"wrap-reverse",
"w-resize",