diff --git a/features/nesting.yml b/features/nesting.yml index 864c68fda46..e6e1f7fef3d 100644 --- a/features/nesting.yml +++ b/features/nesting.yml @@ -3,3 +3,12 @@ description: CSS nesting allows for shorter selectors, easier reading, and more spec: https://drafts.csswg.org/css-nesting-1/ group: css caniuse: css-nesting +status: + compute_from: css.selectors.nesting +compat_features: + - api.CSSStyleRule.cssRules + - api.CSSStyleRule.deleteRule + - api.CSSStyleRule.insertRule + - api.CSSNestedDeclarations + - api.CSSNestedDeclarations.style + - css.selectors.nesting diff --git a/features/nesting.yml.dist b/features/nesting.yml.dist index 4484ab97017..7ae8de2e7c8 100644 --- a/features/nesting.yml.dist +++ b/features/nesting.yml.dist @@ -39,3 +39,12 @@ compat_features: # safari: "17.2" # safari_ios: "17.2" - css.selectors.nesting + + # baseline: false + # support: + # chrome: "130" + # chrome_android: "130" + # edge: "130" + # firefox: "132" + - api.CSSNestedDeclarations + - api.CSSNestedDeclarations.style