From 7bb3805b883fd75f79826bd5cd1582e1cc1bcc55 Mon Sep 17 00:00:00 2001 From: pyoor Date: Mon, 30 Jan 2023 05:44:35 -0500 Subject: [PATCH] fix: scroll-timeline-axis and scroll-timeline-name are properties (#631) * fix: scroll-timeline-axis and scroll-timeline-name are properties * fix: update scroll-timeline-axis and scroll-timeline-name syntax --- css/properties.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/properties.json b/css/properties.json index c661dbe5..344e0017 100644 --- a/css/properties.json +++ b/css/properties.json @@ -8610,7 +8610,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y" }, "scroll-timeline": { - "syntax": " || ", + "syntax": "<'scroll-timeline-name'> || <'scroll-timeline-axis'>", "media": "visual", "inherited": false, "animationType": [ @@ -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", @@ -8651,7 +8651,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis" }, "scroll-timeline-name": { - "syntax": "none | ", + "syntax": "none | #", "media": "interactive", "inherited": false, "animationType": "notAnimatable",