mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Implement counter-[increment,reset,set] properties
These control the state of CSS counters. Parsing code for `reversed(counter-name)` is implemented, but disabled for now until we are able to resolve values for those.
This commit is contained in:
Notes:
github-actions[bot]
2024-07-26 10:05:39 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/017d6c3314d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/720 Reviewed-by: https://github.com/tcl3
@@ -88,6 +88,9 @@ column-count: auto
|
||||
column-gap: auto
|
||||
content: normal
|
||||
content-visibility: visible
|
||||
counter-increment: none
|
||||
counter-reset: none
|
||||
counter-set: none
|
||||
cursor: auto
|
||||
cx: 0px
|
||||
cy: 0px
|
||||
@@ -120,7 +123,7 @@ grid-row-start: auto
|
||||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2074px
|
||||
height: 2125px
|
||||
image-rendering: auto
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
|
||||
Reference in New Issue
Block a user