Skip to content
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
5 changes: 4 additions & 1 deletion features/draft/spec/css-backgrounds-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-09-23
name: CSS Backgrounds and Borders Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-backgrounds-3/
Expand All @@ -8,6 +8,7 @@ compat_features:
- css.properties.background-attachment.fixed
- css.properties.background-attachment.local
- css.properties.background-attachment.scroll
- css.properties.background-clip.border-area
- css.properties.background-color
- css.properties.background-image
- css.properties.background-image.none
Expand Down Expand Up @@ -90,6 +91,8 @@ compat_features:
# - css.properties.background-clip.border-box
# - css.properties.background-clip.content-box
# - css.properties.background-clip.padding-box
# - background-clip: text:
# - css.properties.background-clip.text
# - Border images:
# - css.properties.border-image
# - css.properties.border-image-outset
Expand Down
18 changes: 7 additions & 11 deletions features/draft/spec/css-backgrounds-3.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2022-03-14
baseline_high_date: 2024-09-14
support:
chrome: ≤83
chrome_android: "83"
edge: "83"
firefox: ≤72
firefox_android: "79"
safari: "15.4"
safari_ios: "15.4"
baseline: false
support: {}
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand Down Expand Up @@ -309,3 +300,8 @@ compat_features:
# safari: "15.4"
# safari_ios: "15.4"
- css.properties.background-attachment.local

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- css.properties.background-clip.border-area
5 changes: 3 additions & 2 deletions features/draft/spec/css-conditional-5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-18
draft_date: 2024-09-23
name: CSS Conditional Rules Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-conditional-5/
Expand All @@ -8,7 +8,6 @@ compat_features:
- api.CSSConditionRule.conditionText
- api.CSSMediaRule
- api.CSSMediaRule.media
- css.at-rules.media

# The following features in the spec are already part of web-features:
# - Container queries:
Expand All @@ -28,3 +27,5 @@ compat_features:
# - css.at-rules.supports
# - Container style queries:
# - css.at-rules.container.style_queries_for_custom_properties
# - Media queries:
# - css.at-rules.media
1 change: 0 additions & 1 deletion features/draft/spec/css-conditional-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ compat_features:
# safari_ios: "1"
- api.CSSMediaRule
- api.CSSMediaRule.media
- css.at-rules.media

# baseline: high
# baseline_low_date: 2020-01-15
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/css-display-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-09-23
name: CSS Display Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-display-3/
Expand All @@ -7,6 +7,7 @@ compat_features:
- css.properties.display.block
- css.properties.display.inline
- css.properties.display.list-item
- css.properties.display.none
- css.properties.reading-flow
- css.properties.visibility
- css.properties.visibility.collapse
Expand Down
1 change: 1 addition & 0 deletions features/draft/spec/css-display-3.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ compat_features:
- css.properties.display.block
- css.properties.display.inline
- css.properties.display.list-item
- css.properties.display.none
- css.properties.visibility
- css.properties.visibility.hidden
- css.properties.visibility.visible
Expand Down
26 changes: 13 additions & 13 deletions features/draft/spec/css-fonts-5.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
draft_date: 2024-09-09
draft_date: 2024-09-23
name: CSS Fonts Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-fonts-5/
compat_features:
- api.CSSFontFeatureValuesMap
- api.CSSFontFeatureValuesMap.@@iterator
- api.CSSFontFeatureValuesMap.clear
- api.CSSFontFeatureValuesMap.delete
- api.CSSFontFeatureValuesMap.entries
- api.CSSFontFeatureValuesMap.forEach
- api.CSSFontFeatureValuesMap.get
- api.CSSFontFeatureValuesMap.has
- api.CSSFontFeatureValuesMap.keys
- api.CSSFontFeatureValuesMap.set
- api.CSSFontFeatureValuesMap.size
- api.CSSFontFeatureValuesMap.values
- css.at-rules.font-face.ascent-override
- css.at-rules.font-face.descent-override
- css.at-rules.font-face.font-stretch
Expand Down Expand Up @@ -50,6 +38,18 @@ compat_features:
# - css.at-rules.font-face.src
# - css.at-rules.font-face.unicode-range
# - font-variant-alternates:
# - api.CSSFontFeatureValuesMap
# - api.CSSFontFeatureValuesMap.@@iterator
# - api.CSSFontFeatureValuesMap.clear
# - api.CSSFontFeatureValuesMap.delete
# - api.CSSFontFeatureValuesMap.entries
# - api.CSSFontFeatureValuesMap.forEach
# - api.CSSFontFeatureValuesMap.get
# - api.CSSFontFeatureValuesMap.has
# - api.CSSFontFeatureValuesMap.keys
# - api.CSSFontFeatureValuesMap.set
# - api.CSSFontFeatureValuesMap.size
# - api.CSSFontFeatureValuesMap.values
# - api.CSSFontFeatureValuesRule
# - api.CSSFontFeatureValuesRule.annotation
# - api.CSSFontFeatureValuesRule.characterVariant
Expand Down
27 changes: 5 additions & 22 deletions features/draft/spec/css-fonts-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
status:
baseline: false
support:
chrome: "111"
chrome_android: "111"
edge: "111"
chrome: "92"
chrome_android: "92"
edge: "92"
firefox: "92"
firefox_android: "92"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand Down Expand Up @@ -123,22 +125,3 @@ compat_features:
- css.at-rules.font-face.ascent-override
- css.at-rules.font-face.descent-override
- css.at-rules.font-face.line-gap-override

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "111"
# chrome_android: "111"
# edge: "111"
- api.CSSFontFeatureValuesMap
- api.CSSFontFeatureValuesMap.@@iterator
- api.CSSFontFeatureValuesMap.clear
- api.CSSFontFeatureValuesMap.delete
- api.CSSFontFeatureValuesMap.entries
- api.CSSFontFeatureValuesMap.forEach
- api.CSSFontFeatureValuesMap.get
- api.CSSFontFeatureValuesMap.has
- api.CSSFontFeatureValuesMap.keys
- api.CSSFontFeatureValuesMap.set
- api.CSSFontFeatureValuesMap.size
- api.CSSFontFeatureValuesMap.values
7 changes: 4 additions & 3 deletions features/draft/spec/css-images-4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-09-23
name: CSS Images Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-images-4/
Expand All @@ -22,8 +22,6 @@ compat_features:
- css.properties.object-fit.scale-down
- css.properties.object-position
- css.properties.object-view-box.none
- css.properties.shape-outside.gradient
- css.properties.shape-outside.image
- css.types.image
- css.types.image.cross-fade
- css.types.image.element
Expand All @@ -42,6 +40,9 @@ compat_features:
# - css.types.image.image-set
# - object-view-box:
# - css.properties.object-view-box
# - shape-outside:
# - css.properties.shape-outside.gradient
# - css.properties.shape-outside.image
# - Conic gradients:
# - css.types.image.gradient.conic-gradient
# - css.types.image.gradient.repeating-conic-gradient
14 changes: 0 additions & 14 deletions features/draft/spec/css-images-4.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,6 @@ compat_features:
- css.properties.object-fit.scale-down
- css.properties.object-position

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "37"
# chrome_android: "37"
# edge: "79"
# firefox: "62"
# firefox_android: "62"
# safari: "10.1"
# safari_ios: "10.3"
- css.properties.shape-outside.gradient
- css.properties.shape-outside.image

# baseline: high
# baseline_low_date: 2020-04-13
# baseline_high_date: 2022-10-13
Expand Down
117 changes: 59 additions & 58 deletions features/draft/spec/css-logical-1.yml
Original file line number Diff line number Diff line change
@@ -1,73 +1,74 @@
draft_date: 2024-09-09
draft_date: 2024-09-23
name: CSS Logical Properties and Values Level 1
description: TODO
spec: https://drafts.csswg.org/css-logical-1/
compat_features:
- css.at-rules.page
- css.properties.block-size
- css.properties.border-block
- css.properties.border-block-color
- css.properties.border-block-end
- css.properties.border-block-end-color
- css.properties.border-block-end-style
- css.properties.border-block-end-width
- css.properties.border-block-start
- css.properties.border-block-start-color
- css.properties.border-block-start-style
- css.properties.border-block-start-width
- css.properties.border-block-style
- css.properties.border-block-width
- css.properties.border-color
- css.properties.border-end-end-radius
- css.properties.border-end-start-radius
- css.properties.border-inline
- css.properties.border-inline-color
- css.properties.border-inline-end
- css.properties.border-inline-end-color
- css.properties.border-inline-end-style
- css.properties.border-inline-end-width
- css.properties.border-inline-start
- css.properties.border-inline-start-color
- css.properties.border-inline-start-style
- css.properties.border-inline-start-width
- css.properties.border-inline-style
- css.properties.border-inline-width
- css.properties.border-start-end-radius
- css.properties.border-start-start-radius
- css.properties.caption-side
- css.properties.clear
- css.properties.clear.inline-end
- css.properties.clear.inline-start
- css.properties.float
- css.properties.float.inline-end
- css.properties.float.inline-start
- css.properties.inline-size
- css.properties.inset
- css.properties.inset-block
- css.properties.inset-block-end
- css.properties.inset-block-start
- css.properties.inset-inline
- css.properties.inset-inline-end
- css.properties.inset-inline-start
- css.properties.margin-block
- css.properties.margin-block-end
- css.properties.margin-block-start
- css.properties.margin-inline
- css.properties.margin-inline-end
- css.properties.margin-inline-start
- css.properties.max-block-size
- css.properties.max-inline-size
- css.properties.min-block-size
- css.properties.min-inline-size
- css.properties.padding-block
- css.properties.padding-block-end
- css.properties.padding-block-start
- css.properties.padding-inline
- css.properties.padding-inline-end
- css.properties.padding-inline-start
- css.properties.text-align

# The following features in the spec are already part of web-features:
# - Logical properties:
# - css.properties.block-size
# - css.properties.border-block
# - css.properties.border-block-color
# - css.properties.border-block-end
# - css.properties.border-block-end-color
# - css.properties.border-block-end-style
# - css.properties.border-block-end-width
# - css.properties.border-block-start
# - css.properties.border-block-start-color
# - css.properties.border-block-start-style
# - css.properties.border-block-start-width
# - css.properties.border-block-style
# - css.properties.border-block-width
# - css.properties.border-end-end-radius
# - css.properties.border-end-start-radius
# - css.properties.border-inline
# - css.properties.border-inline-color
# - css.properties.border-inline-end
# - css.properties.border-inline-end-color
# - css.properties.border-inline-end-style
# - css.properties.border-inline-end-width
# - css.properties.border-inline-start
# - css.properties.border-inline-start-color
# - css.properties.border-inline-start-style
# - css.properties.border-inline-start-width
# - css.properties.border-inline-style
# - css.properties.border-inline-width
# - css.properties.border-start-end-radius
# - css.properties.border-start-start-radius
# - css.properties.clear.inline-end
# - css.properties.clear.inline-start
# - css.properties.float.inline-end
# - css.properties.float.inline-start
# - css.properties.inline-size
# - css.properties.inset
# - css.properties.inset-block
# - css.properties.inset-block-end
# - css.properties.inset-block-start
# - css.properties.inset-inline
# - css.properties.inset-inline-end
# - css.properties.inset-inline-start
# - css.properties.margin-block
# - css.properties.margin-block-end
# - css.properties.margin-block-start
# - css.properties.margin-inline
# - css.properties.margin-inline-end
# - css.properties.margin-inline-start
# - css.properties.max-block-size
# - css.properties.max-inline-size
# - css.properties.min-block-size
# - css.properties.min-inline-size
# - css.properties.padding-block
# - css.properties.padding-block-end
# - css.properties.padding-block-start
# - css.properties.padding-inline
# - css.properties.padding-inline-end
# - css.properties.padding-inline-start
# - Page breaks:
# - css.properties.page-break-after
# - css.properties.page-break-before
Loading