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:
BenJilks
2024-08-11 18:14:12 +01:00
committed by Sam Atkins
parent 82989554ab
commit 1537d589ca
Notes: github-actions[bot] 2024-08-13 14:20:44 +00:00
8 changed files with 51 additions and 12 deletions

View File

@@ -2470,7 +2470,7 @@
"text-align": {
"animation-type": "discrete",
"inherited": true,
"initial": "left",
"initial": "start",
"valid-types": [
"text-align"
]