mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Parse text-underline-position property
This introduces the `TextUnderlinePositionStyleValue` class, it is possible to represent `text-underline-position` as a `StyleValueList` but would have required ugly workarounds for either serialization or in `ComputedProperties::text_underline_position`
This commit is contained in:
committed by
Tim Ledbetter
parent
a6812e1005
commit
b0e3af7d10
Notes:
github-actions[bot]
2025-09-15 14:25:30 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/b0e3af7d10e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6190 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -1,8 +1,8 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 259 tests
|
||||
Found 260 tests
|
||||
|
||||
252 Pass
|
||||
253 Pass
|
||||
7 Fail
|
||||
Pass accent-color
|
||||
Pass border-collapse
|
||||
@@ -65,6 +65,7 @@ Pass text-rendering
|
||||
Pass text-shadow
|
||||
Pass text-transform
|
||||
Pass text-underline-offset
|
||||
Pass text-underline-position
|
||||
Pass text-wrap-mode
|
||||
Pass text-wrap-style
|
||||
Pass visibility
|
||||
|
||||
Reference in New Issue
Block a user