From 02ff686ce16bc2c2b26997c37b47e73b17e6e5af Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 2 Aug 2022 21:17:26 +0900 Subject: [PATCH] scroll-timeline at-rule removed from spec; drop from BCD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/w3c/csswg-drafts/commit/fc6766d dropped the scroll-timeline at-rule from the “Scroll-linked Animations” spec The feature was only ever implemented in Firefox, and only behind a flag, and given that it’s been dropped from the spec, it seems very unlikely to ever be shipped (un-flagged) in Firefox (or in any other browser). Related BCD changes: - https://github.com/mdn/content/pull/19087 - https://github.com/mdn/content/pull/19056 --- css/at-rules/scroll-timeline.json | 168 ------------------------------ 1 file changed, 168 deletions(-) delete mode 100644 css/at-rules/scroll-timeline.json diff --git a/css/at-rules/scroll-timeline.json b/css/at-rules/scroll-timeline.json deleted file mode 100644 index cff7440cf63b3..0000000000000 --- a/css/at-rules/scroll-timeline.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "css": { - "at-rules": { - "scroll-timeline": { - "__compat": { - "description": "@scroll-timeline", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline", - "spec_url": "https://w3c.github.io/csswg-drafts/scroll-animations/#scroll-timeline-at-rule", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": "97", - "flags": [ - { - "type": "preference", - "name": "layout.css.scroll-linked-animations.enabled", - "value_to_set": "true" - } - ] - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - }, - "orientation": { - "__compat": { - "spec_url": "https://w3c.github.io/csswg-drafts/scroll-animations/#descdef-scroll-timeline-orientation", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": "97", - "flags": [ - { - "type": "preference", - "name": "layout.css.scroll-linked-animations.enabled", - "value_to_set": "true" - } - ] - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, - "scroll-offsets": { - "__compat": { - "spec_url": "https://w3c.github.io/csswg-drafts/scroll-animations/#descdef-scroll-timeline-scroll-offsets", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": "97", - "flags": [ - { - "type": "preference", - "name": "layout.css.scroll-linked-animations.enabled", - "value_to_set": "true" - } - ] - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, - "source": { - "__compat": { - "spec_url": "https://w3c.github.io/csswg-drafts/scroll-animations/#descdef-scroll-timeline-source", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": "97", - "flags": [ - { - "type": "preference", - "name": "layout.css.scroll-linked-animations.enabled", - "value_to_set": "true" - } - ] - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - } - } - } - } -}