1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 07:22:23 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Sam Atkins
68193c365f 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.
2021-07-22 23:09:01 +02:00