Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features L-N: set Baseline statuses #461

Merged
merged 5 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions feature-group-definitions/motion-path.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
spec: https://drafts.fxtf.org/motion-1/
caniuse: css-motion-paths
status:
baseline: low
baseline_low_date: 2023-08-21
support:
chrome: "116"
chrome_android: "116"
edge: "116"
firefox: "72"
firefox_android: "79"
safari: "16"
safari_ios: "16"
compat_features:
- css.properties.offset-anchor
- css.properties.offset-distance
Expand Down
5 changes: 5 additions & 0 deletions feature-group-definitions/nesting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
spec: https://drafts.csswg.org/css-nesting-1/
caniuse: css-nesting
status:
baseline: false
support:
firefox: "117"
firefox_android: "117"
compat_features:
- css.selectors.nesting
- api.CSSStyleRule.cssRules
Expand Down