mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibWeb: Support content-visibility css
This commit is contained in:
parent
bd72ff5669
commit
020b20d817
Notes:
sideshowbarker
2024-07-19 21:35:47 +09:00
Author: https://github.com/EdwinHoksberg
Commit: 020b20d817
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/267
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 69 additions and 7 deletions
|
@ -87,6 +87,7 @@ color: rgb(0, 0, 0)
|
|||
column-count: auto
|
||||
column-gap: auto
|
||||
content: normal
|
||||
content-visibility: visible
|
||||
cursor: auto
|
||||
cx: 0px
|
||||
cy: 0px
|
||||
|
@ -119,7 +120,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2057px
|
||||
height: 2074px
|
||||
image-rendering: auto
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue