mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb/CSS: Parse the tab-size property
This commit is contained in:
parent
140dc95e67
commit
68a28ff33a
Notes:
github-actions[bot]
2024-10-02 09:28:15 +00:00
Author: https://github.com/kostyafarber
Commit: 68a28ff33a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1560
Reviewed-by: https://github.com/AtkinsSJ ✅
6 changed files with 38 additions and 1 deletions
|
@ -31,6 +31,7 @@ quotes: auto
|
|||
stroke: none
|
||||
stroke-opacity: 1
|
||||
stroke-width: 1px
|
||||
tab-size: 8
|
||||
text-align: start
|
||||
text-anchor: start
|
||||
text-decoration-line: none
|
||||
|
@ -117,7 +118,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2023px
|
||||
height: 2040px
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue