mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add start and end values to text-align
The `start` and `end` value set the text alignment based on the computed value of `direction`. The default value of `text-align` is now `start` instead of `left`.
This commit is contained in:
Notes:
github-actions[bot]
2024-08-13 14:20:44 +00:00
Author: https://github.com/BenJilks Commit: https://github.com/LadybirdBrowser/ladybird/commit/1537d589ca4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1060 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2470,7 +2470,7 @@
|
||||
"text-align": {
|
||||
"animation-type": "discrete",
|
||||
"inherited": true,
|
||||
"initial": "left",
|
||||
"initial": "start",
|
||||
"valid-types": [
|
||||
"text-align"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user