mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Serialize text-decoration closer to spec
This gets us 32 WPT subtest passes that I'm aware of. :^)
This commit is contained in:
committed by
Andreas Kling
parent
c405c4bcf1
commit
8e3adbe082
Notes:
github-actions[bot]
2024-11-30 10:02:21 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/8e3adbe0823 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2638
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user