From daf9e5c5e25996968b9396e72e0751056ce19e19 Mon Sep 17 00:00:00 2001 From: Bramus Date: Wed, 22 Nov 2023 14:22:23 +0100 Subject: [PATCH] Remove scroll-timeline-attachment/view-timeline-attachment references (#21315) --- css/properties/scroll-timeline.json | 4 +--- css/properties/view-timeline.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/css/properties/scroll-timeline.json b/css/properties/scroll-timeline.json index 649bebd986a694..bdbbe8ea191a3e 100644 --- a/css/properties/scroll-timeline.json +++ b/css/properties/scroll-timeline.json @@ -7,9 +7,7 @@ "spec_url": "https://drafts.csswg.org/scroll-animations/#scroll-timeline-shorthand", "support": { "chrome": { - "version_added": "115", - "partial_implementation": true, - "notes": "scroll-timeline-attachment not included in shorthand." + "version_added": "115" }, "chrome_android": "mirror", "edge": "mirror", diff --git a/css/properties/view-timeline.json b/css/properties/view-timeline.json index 84bb4c97ff699e..c9f1f54812cc04 100644 --- a/css/properties/view-timeline.json +++ b/css/properties/view-timeline.json @@ -7,9 +7,7 @@ "spec_url": "https://drafts.csswg.org/scroll-animations/#view-timeline-shorthand", "support": { "chrome": { - "version_added": "115", - "partial_implementation": true, - "notes": "view-timeline-attachment not included in shorthand." + "version_added": "115" }, "chrome_android": "mirror", "edge": "mirror",