mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00: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:
parent
82989554ab
commit
1537d589ca
Notes:
github-actions[bot]
2024-08-13 14:20:44 +00:00
Author: https://github.com/BenJilks
Commit: 1537d589ca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1060
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 51 additions and 12 deletions
|
@ -192,7 +192,7 @@ stroke: none
|
|||
stroke-opacity: 1
|
||||
stroke-width: 1px
|
||||
table-layout: auto
|
||||
text-align: left
|
||||
text-align: start
|
||||
text-anchor: start
|
||||
text-decoration-color: rgb(0, 0, 0)
|
||||
text-decoration-line: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue