mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Support parsing column-width
This commit is contained in:
parent
ff170de49d
commit
c113d3fae9
Notes:
github-actions[bot]
2024-08-26 07:27:29 +00:00
Author: https://github.com/samfry13 🔰
Commit: c113d3fae9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1156
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 19 additions and 1 deletions
|
@ -86,6 +86,7 @@ clip-rule: nonzero
|
|||
color: rgb(0, 0, 0)
|
||||
column-count: auto
|
||||
column-gap: auto
|
||||
column-width: auto
|
||||
content: normal
|
||||
content-visibility: visible
|
||||
counter-increment: none
|
||||
|
@ -123,7 +124,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2125px
|
||||
height: 2142px
|
||||
image-rendering: auto
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue