Skip to content

Commit 6a3ddf6

Browse files
authored
Add registered-custom-properties.dist.yml (#1102)
1 parent 3e98f4e commit 6a3ddf6

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Generated from: registered-custom-properties.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: Registered custom properties
5+
description: The `CSS.registerProperty()` static method and the `@property` CSS at-rule register custom properties for which types and behaviors can be defined.
6+
spec: https://drafts.css-houdini.org/css-properties-values-api-1/
7+
status:
8+
baseline: false
9+
support:
10+
chrome: "85"
11+
chrome_android: "85"
12+
edge: "85"
13+
safari: "16.4"
14+
safari_ios: "16.4"
15+
compat_features:
16+
- api.CSS.registerProperty_static
17+
- api.CSSPropertyRule
18+
- api.CSSPropertyRule.inherits
19+
- api.CSSPropertyRule.initialValue
20+
- api.CSSPropertyRule.name
21+
- api.CSSPropertyRule.syntax
22+
- css.at-rules.property
23+
- css.at-rules.property.inherits
24+
- css.at-rules.property.initial-value
25+
- css.at-rules.property.syntax
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
name: Registered custom properties
22
description: The `CSS.registerProperty()` static method and the `@property` CSS at-rule register custom properties for which types and behaviors can be defined.
33
spec: https://drafts.css-houdini.org/css-properties-values-api-1/
4-
status:
5-
baseline: false
6-
support:
7-
chrome: "85"
8-
chrome_android: "85"
9-
edge: "85"
10-
safari: "16.4"
11-
safari_ios: "16.4"
12-
compat_features:
13-
- api.CSS.registerProperty_static
14-
- api.CSSPropertyRule
15-
- api.CSSPropertyRule.inherits
16-
- api.CSSPropertyRule.initialValue
17-
- api.CSSPropertyRule.name
18-
- api.CSSPropertyRule.syntax
19-
- css.at-rules.property
20-
- css.at-rules.property.inherits
21-
- css.at-rules.property.initial-value
22-
- css.at-rules.property.syntax

0 commit comments

Comments
 (0)