Skip to content

Commit 9818bbf

Browse files
Add formal definition for scroll-marker-group and scroll-target-group (#1036)
1 parent 7677a9b commit 9818bbf

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

css/properties.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9022,6 +9022,22 @@
90229022
"status": "standard",
90239023
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
90249024
},
9025+
"scroll-marker-group": {
9026+
"syntax": "none | before | after",
9027+
"media": "visual",
9028+
"inherited": false,
9029+
"animationType": "discrete",
9030+
"percentages": "no",
9031+
"groups": [
9032+
"CSS Overflow"
9033+
],
9034+
"initial": "none",
9035+
"appliesto": "scrollContainers",
9036+
"computed": "asSpecified",
9037+
"order": "perGrammar",
9038+
"status": "standard",
9039+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-marker-group"
9040+
},
90259041
"scroll-padding": {
90269042
"syntax": "[ auto | <length-percentage> ]{1,4}",
90279043
"media": "visual",
@@ -9358,6 +9374,22 @@
93589374
"order": "uniqueOrder",
93599375
"status": "obsolete"
93609376
},
9377+
"scroll-target-group": {
9378+
"syntax": "none | auto",
9379+
"media": "visual",
9380+
"inherited": false,
9381+
"animationType": "discrete",
9382+
"percentages": "no",
9383+
"groups": [
9384+
"CSS Overflow"
9385+
],
9386+
"initial": "none",
9387+
"appliesto": "allElements",
9388+
"computed": "asSpecified",
9389+
"order": "perGrammar",
9390+
"status": "standard",
9391+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-target-group"
9392+
},
93619393
"scroll-timeline": {
93629394
"syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
93639395
"media": "visual",

0 commit comments

Comments
 (0)