Skip to content

Commit

Permalink
overlay, starting-style, discrete animations (mdn#20671)
Browse files Browse the repository at this point in the history
* overlay, starting-style, discrete animations

* Add missing newlines

* Add in extra subfields for transition availability
  • Loading branch information
chrisdavidmills authored and Elchi3 committed Nov 14, 2023
1 parent 5cbf7bc commit 7c9c961
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 0 deletions.
38 changes: 38 additions & 0 deletions api/CSSStartingStyleRule.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"api": {
"CSSStartingStyleRule": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSStartingStyleRule",
"spec_url": "https://drafts.csswg.org/css-transitions-2/#the-cssstartingstylerule-interface",
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
}
}
}
41 changes: 41 additions & 0 deletions css/at-rules/starting-style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"css": {
"at-rules": {
"starting-style": {
"__compat": {
"description": "<code>@starting-style</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style",
"spec_url": "https://drafts.csswg.org/css-transitions-2/#defining-before-change-style",
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
}
}
}
}
68 changes: 68 additions & 0 deletions css/properties/content-visibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,74 @@
"standard_track": true,
"deprecated": false
}
},
"keyframe_animatable": {
"__compat": {
"description": "<code>@keyframe</code> animatable",
"spec_url": "https://drafts.csswg.org/css-display-4/#display-animation",
"support": {
"chrome": {
"version_added": "116"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
},
"transitionable": {
"__compat": {
"description": "Transitionable when setting <code>transition-behavior: allow-discrete</code>",
"spec_url": "https://drafts.csswg.org/css-display-4/#display-animation",
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
}
}
}
Expand Down
68 changes: 68 additions & 0 deletions css/properties/display.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,40 @@
}
}
},
"keyframe_animatable": {
"__compat": {
"description": "<code>@keyframe</code> animatable",
"spec_url": "https://drafts.csswg.org/css-display-4/#display-animation",
"support": {
"chrome": {
"version_added": "116"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
},
"list-item": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-listitem",
Expand Down Expand Up @@ -776,6 +810,40 @@
"deprecated": false
}
}
},
"transitionable": {
"__compat": {
"description": "Transitionable when setting <code>transition-behavior: allow-discrete</code>",
"spec_url": "https://drafts.csswg.org/css-display-4/#display-animation",
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
}
}
}
Expand Down
40 changes: 40 additions & 0 deletions css/properties/overlay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"css": {
"properties": {
"overlay": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overlay",
"spec_url": "https://drafts.csswg.org/css-position-4/#overlay",
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"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
}
}
}
}
}
}

0 comments on commit 7c9c961

Please sign in to comment.