LibWeb: Serialize text-decoration closer to spec

This gets us 32 WPT subtest passes that I'm aware of. :^)
This commit is contained in:
Sam Atkins
2024-11-29 14:49:31 +00:00
committed by Andreas Kling
parent c405c4bcf1
commit 8e3adbe082
Notes: github-actions[bot] 2024-11-30 10:02:21 +00:00
5 changed files with 61 additions and 40 deletions

View File

@@ -518,8 +518,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
'text-align': 'start'
'textAnchor': 'start'
'text-anchor': 'start'
'textDecoration': 'none auto solid rgb(0, 0, 0)'
'text-decoration': 'none auto solid rgb(0, 0, 0)'
'textDecoration': 'rgb(0, 0, 0)'
'text-decoration': 'rgb(0, 0, 0)'
'textDecorationColor': 'rgb(0, 0, 0)'
'text-decoration-color': 'rgb(0, 0, 0)'
'textDecorationLine': 'none'