Skip to content

Commit

Permalink
Update draft features (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent 958fd5c commit 09f716b
Show file tree
Hide file tree
Showing 38 changed files with 464 additions and 1,356 deletions.
5 changes: 4 additions & 1 deletion features/draft/spec/css-align-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-28
draft_date: 2024-10-30
name: CSS Box Alignment Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-align-3/
Expand All @@ -21,6 +21,7 @@ compat_features:
- css.properties.align-self.flex_context.last_baseline
- css.properties.align-self.flex_context.safe_unsafe
- css.properties.align-self.flex_context.start_end
- css.properties.align-self.position_absolute_context
- css.properties.gap
- css.properties.gap.multicol_context
- css.properties.justify-content
Expand All @@ -30,9 +31,11 @@ compat_features:
- css.properties.justify-content.flex_context.start_end
- css.properties.justify-items
- css.properties.justify-self
- css.properties.justify-self.position_absolute_context
- css.properties.place-content
- css.properties.place-items
- css.properties.place-self
- css.properties.place-self.position_absolute_context
- css.properties.row-gap

# The following features in the spec are already part of web-features:
Expand Down
13 changes: 10 additions & 3 deletions features/draft/spec/css-align-3.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

status:
baseline: false
support:
firefox: "125"
firefox_android: "125"
support: {}
compat_features:
# baseline: high
# baseline_low_date: 2015-09-30
Expand Down Expand Up @@ -249,6 +247,15 @@ compat_features:
- css.properties.align-self.flex_context.safe_unsafe
- css.properties.justify-content.flex_context.safe_unsafe

# baseline: false
# support:
# chrome: "122"
# chrome_android: "122"
# edge: "122"
- css.properties.align-self.position_absolute_context
- css.properties.justify-self.position_absolute_context
- css.properties.place-self.position_absolute_context

# baseline: false
# support:
# firefox: "52"
Expand Down
64 changes: 0 additions & 64 deletions features/draft/spec/css-break-4.yml

This file was deleted.

9 changes: 0 additions & 9 deletions features/draft/spec/css-break-4.yml.dist

This file was deleted.

3 changes: 2 additions & 1 deletion features/draft/spec/css-display-3.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
draft_date: 2024-10-21
draft_date: 2024-10-30
name: CSS Display Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-display-3/
compat_features:
- css.properties.display.contents
- css.properties.display.contents.contents_unusual
- css.properties.display.contents.focusable_elements

# The following features in the spec are already part of web-features:
# - Display:
Expand Down
13 changes: 6 additions & 7 deletions features/draft/spec/css-display-3.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@

status:
baseline: false
support:
chrome: "65"
chrome_android: "65"
edge: "79"
firefox: "59"
firefox_android: "59"
support: {}
compat_features:
# baseline: high
# baseline_low_date: 2020-01-15
Expand All @@ -23,7 +18,6 @@ compat_features:
# safari_ios: "11.3"
- css.properties.display.contents

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "65"
Expand All @@ -32,3 +26,8 @@ compat_features:
# firefox: "59"
# firefox_android: "59"
- css.properties.display.contents.contents_unusual

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- css.properties.display.contents.focusable_elements
86 changes: 0 additions & 86 deletions features/draft/spec/css-multicol-1.yml

This file was deleted.

25 changes: 0 additions & 25 deletions features/draft/spec/css-multicol-1.yml.dist

This file was deleted.

57 changes: 0 additions & 57 deletions features/draft/spec/css-regions-1.yml

This file was deleted.

9 changes: 0 additions & 9 deletions features/draft/spec/css-regions-1.yml.dist

This file was deleted.

Loading

0 comments on commit 09f716b

Please sign in to comment.