Skip to content

Commit

Permalink
fix: scroll-timeline-axis and scroll-timeline-name are properties (#631)
Browse files Browse the repository at this point in the history
* fix: scroll-timeline-axis and scroll-timeline-name are properties

* fix: update scroll-timeline-axis and scroll-timeline-name syntax
  • Loading branch information
pyoor authored Jan 30, 2023
1 parent 4b15873 commit 7bb3805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8610,7 +8610,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
},
"scroll-timeline": {
"syntax": "<scroll-timeline-name> || <scroll-timeline-axis>",
"syntax": "<'scroll-timeline-name'> || <'scroll-timeline-axis'>",
"media": "visual",
"inherited": false,
"animationType": [
Expand All @@ -8635,7 +8635,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline"
},
"scroll-timeline-axis": {
"syntax": "block | inline | vertical | horizontal",
"syntax": "[ block | inline | vertical | horizontal ]#",
"media": "interactive",
"inherited": false,
"animationType": "notAnimatable",
Expand All @@ -8651,7 +8651,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis"
},
"scroll-timeline-name": {
"syntax": "none | <custom-ident>",
"syntax": "none | <custom-ident>#",
"media": "interactive",
"inherited": false,
"animationType": "notAnimatable",
Expand Down

0 comments on commit 7bb3805

Please sign in to comment.