Skip to content

Commit

Permalink
Add keys from BCD 5.6.6 release to existing features (web-platform-dx…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored and vwallen committed Nov 5, 2024
1 parent e44a091 commit 02646c7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/multi-column.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ compat_features:
- css.properties.column-count
- css.properties.column-count.auto
- css.properties.column-width
- css.properties.column-width.auto
- css.properties.columns
- css.properties.column-gap
- css.properties.column-gap.multicol_context
Expand Down
13 changes: 13 additions & 0 deletions features/multi-column.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ compat_features:
# safari_ios: "10"
- css.properties.column-gap.multicol_context

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
# firefox: "50"
# firefox_android: "50"
# safari: "9"
# safari_ios: "9"
- css.properties.column-width.auto

# baseline: false
# support:
# chrome: "66"
Expand Down
2 changes: 2 additions & 0 deletions features/object-position.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ spec: https://drafts.csswg.org/css-images-3/#the-object-position
# `caniuse: object-fit` is set in object-fit.yml
compat_features:
- css.properties.object-position
# TODO: Compat data is unclear on which elements are supported, and needs to be resolved upstream in https://github.com/mdn/browser-compat-data/issues/23586.
# css.properties.object-position.applies_to_iframe_elements
4 changes: 4 additions & 0 deletions features/white-space-collapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: white-space-collapse
description: The `white-space-collapse` CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.
spec: https://drafts.csswg.org/css-text-4/#white-space-collapsing
group: white-space
# Computing status to ignore preserve-spaces which is experimental and may change.
status:
compute_from: css.properties.white-space-collapse
compat_features:
- css.properties.white-space-collapse
- css.properties.white-space-collapse.break-spaces
- css.properties.white-space-collapse.collapse
- css.properties.white-space-collapse.preserve
- css.properties.white-space-collapse.preserve-breaks
- css.properties.white-space-collapse.preserve-spaces
17 changes: 17 additions & 0 deletions features/white-space-collapse.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,25 @@ status:
safari: "17.4"
safari_ios: "17.4"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2024-03-19
# support:
# chrome: "114"
# chrome_android: "114"
# edge: "114"
# firefox: "124"
# firefox_android: "124"
# safari: "17.4"
# safari_ios: "17.4"
- css.properties.white-space-collapse
- css.properties.white-space-collapse.break-spaces
- css.properties.white-space-collapse.collapse
- css.properties.white-space-collapse.preserve
- css.properties.white-space-collapse.preserve-breaks

# baseline: false
# support:
# firefox: "124"
# firefox_android: "124"
- css.properties.white-space-collapse.preserve-spaces

0 comments on commit 02646c7

Please sign in to comment.