-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add registered-custom-properties.dist.yml (#1102)
- Loading branch information
Showing
2 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |