Skip to content

Commit fe05aae

Browse files
authored
Override the status of flexbox to match caniuse (#1228)
1 parent 7e45af2 commit fe05aae

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

features/flexbox.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ spec: https://drafts.csswg.org/css-flexbox-1/
44
group: layout
55
caniuse: flexbox
66
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1692
7+
# Status is manually set to match https://caniuse.com/flexbox.
8+
# TODO: https://github.com/web-platform-dx/web-features/pull/1227
9+
status:
10+
baseline: high
11+
baseline_low_date: 2015-09-30
12+
support:
13+
chrome: "29"
14+
chrome_android: "29"
15+
edge: "12"
16+
firefox: "28"
17+
firefox_android: "28"
18+
safari: "9"
19+
safari_ios: "9"

features/flexbox.yml.dist

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
# Generated from: flexbox.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

4-
status:
5-
baseline: high
6-
baseline_low_date: 2020-09-22
7-
baseline_high_date: 2023-03-22
8-
support:
9-
chrome: "59"
10-
chrome_android: "59"
11-
edge: "79"
12-
firefox: "81"
13-
firefox_android: "81"
14-
safari: "11"
15-
safari_ios: "11"
164
compat_features:
175
- css.properties.align-content.flex_context
186
- css.properties.align-content.flex_context.stretch

0 commit comments

Comments
 (0)