Skip to content

Commit

Permalink
Add registered-custom-properties.dist.yml (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 3, 2024
1 parent 3e98f4e commit 6a3ddf6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
25 changes: 25 additions & 0 deletions features/registered-custom-properties.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Generated from: registered-custom-properties.yml
# Do not edit this file by hand. Edit the source file instead!

name: Registered custom properties
description: The `CSS.registerProperty()` static method and the `@property` CSS at-rule register custom properties for which types and behaviors can be defined.
spec: https://drafts.css-houdini.org/css-properties-values-api-1/
status:
baseline: false
support:
chrome: "85"
chrome_android: "85"
edge: "85"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- api.CSS.registerProperty_static
- api.CSSPropertyRule
- api.CSSPropertyRule.inherits
- api.CSSPropertyRule.initialValue
- api.CSSPropertyRule.name
- api.CSSPropertyRule.syntax
- css.at-rules.property
- css.at-rules.property.inherits
- css.at-rules.property.initial-value
- css.at-rules.property.syntax
19 changes: 0 additions & 19 deletions features/registered-custom-properties.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
name: Registered custom properties
description: The `CSS.registerProperty()` static method and the `@property` CSS at-rule register custom properties for which types and behaviors can be defined.
spec: https://drafts.css-houdini.org/css-properties-values-api-1/
status:
baseline: false
support:
chrome: "85"
chrome_android: "85"
edge: "85"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- api.CSS.registerProperty_static
- api.CSSPropertyRule
- api.CSSPropertyRule.inherits
- api.CSSPropertyRule.initialValue
- api.CSSPropertyRule.name
- api.CSSPropertyRule.syntax
- css.at-rules.property
- css.at-rules.property.inherits
- css.at-rules.property.initial-value
- css.at-rules.property.syntax

0 comments on commit 6a3ddf6

Please sign in to comment.