Skip to content

Commit

Permalink
Refresh dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jan 7, 2025
1 parent 9c2b09a commit 3031032
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 34 deletions.
27 changes: 8 additions & 19 deletions features/line-break.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ status:
chrome: "83"
chrome_android: "83"
edge: "83"
firefox: ≤72
firefox: "69"
firefox_android: "79"
safari: ≤13.1
safari_ios: ≤13.4
safari: "13"
safari_ios: "13"
compat_features:
# baseline: high
# baseline_low_date: 2020-07-28
Expand All @@ -34,12 +34,16 @@ compat_features:
# chrome: "58"
# chrome_android: "58"
# edge: "79"
# firefox: ≤72
# firefox: "69"
# firefox_android: "79"
# safari: "11"
# safari_ios: "11"
- css.properties.line-break.auto
- css.properties.line-break.loose
- css.properties.line-break.normal
- css.properties.line-break.strict

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
Expand All @@ -52,18 +56,3 @@ compat_features:
# safari: "13"
# safari_ios: "13"
- css.properties.line-break.anywhere

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: ≤83
# chrome_android: ≤83
# edge: ≤83
# firefox: ≤72
# firefox_android: "79"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.properties.line-break.auto
- css.properties.line-break.loose
- css.properties.line-break.strict
6 changes: 4 additions & 2 deletions features/streams.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ compat_features:
# safari_ios: "14.5"
- api.WritableStream.close

# baseline: low
# baseline: high
# baseline_low_date: 2022-06-28
# baseline_high_date: 2024-12-28
# support:
# chrome: "59"
# chrome_android: "59"
Expand All @@ -184,8 +185,9 @@ compat_features:
# safari_ios: "10.3"
- api.ReadableStream.pipeThrough

# baseline: low
# baseline: high
# baseline_low_date: 2022-06-28
# baseline_high_date: 2024-12-28
# support:
# chrome: "67"
# chrome_android: "67"
Expand Down
14 changes: 1 addition & 13 deletions features/svg-discouraged.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ status:
baseline: false
support: {}
compat_features:
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "79"
# firefox: "1.5"
# firefox_android: "4"
# safari: "3"
# safari_ios: "2"
- svg.elements.script.xlink_href

# baseline: false
# support:
# chrome: "1"
Expand Down Expand Up @@ -117,6 +104,7 @@ compat_features:
- svg.elements.image.xlink_href
- svg.elements.linearGradient.xlink_href
- svg.elements.radialGradient.xlink_href
- svg.elements.script.xlink_href

# baseline: false
# support:
Expand Down

0 comments on commit 3031032

Please sign in to comment.