Skip to content

Commit

Permalink
Refresh dist
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Mar 3, 2025
1 parent 440bbe9 commit 11c61b0
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 47 deletions.
30 changes: 12 additions & 18 deletions features/beforeunload.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,15 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
baseline: false
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "3"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "3"
# safari_ios: "1"
- api.Window.beforeunload_event

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -54,6 +37,17 @@ compat_features:
# safari_ios: "11"
- api.BeforeUnloadEvent.user_interaction

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "3"
- api.Window.beforeunload_event

# baseline: false
# support:
# chrome: "119"
Expand Down
10 changes: 9 additions & 1 deletion features/canvas-2d.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ compat_features:
# safari_ios: "3.2"
- api.CanvasRenderingContext2D.createImageData
- api.CanvasRenderingContext2D.fillText
- api.CanvasRenderingContext2D.font
- api.CanvasRenderingContext2D.measureText
- api.CanvasRenderingContext2D.strokeText
- api.CanvasRenderingContext2D.textAlign
Expand Down Expand Up @@ -498,6 +497,15 @@ compat_features:
- api.TextMetrics.hangingBaseline
- api.TextMetrics.ideographicBaseline

# baseline: false
# support:
# chrome: "2"
# chrome_android: "18"
# edge: "12"
# firefox: "3.5"
# firefox_android: "4"
- api.CanvasRenderingContext2D.font

# baseline: false
# support:
# chrome: "37"
Expand Down
29 changes: 4 additions & 25 deletions features/font-stretch.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2017-09-19
baseline_high_date: 2020-03-19
baseline: false
support:
chrome: "60"
chrome_android: "60"
Expand All @@ -15,9 +13,7 @@ status:
safari_ios: "11"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2017-09-19
# baseline_high_date: 2020-03-19
# baseline: false
# support:
# chrome: "60"
# chrome_android: "60"
Expand All @@ -29,9 +25,7 @@ compat_features:
- css.properties.font-stretch
- svg.global_attributes.font-stretch

# baseline: high
# baseline_low_date: 2018-09-05
# baseline_high_date: 2021-03-05
# baseline: false
# support:
# chrome: "62"
# chrome_android: "62"
Expand All @@ -42,9 +36,7 @@ compat_features:
# safari_ios: "10.3"
- css.at-rules.font-face.font-stretch

# baseline: high
# baseline_low_date: 2018-10-02
# baseline_high_date: 2021-04-02
# baseline: false
# support:
# chrome: "62"
# chrome_android: "62"
Expand All @@ -54,16 +46,3 @@ compat_features:
# safari: "11.1"
# safari_ios: "11.3"
- css.properties.font-stretch.percentage

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "60"
# chrome_android: "60"
# edge: "79"
# firefox: "43"
# firefox_android: "43"
# safari: "11"
# safari_ios: "11"
- css.properties.font.font_stretch_support
26 changes: 24 additions & 2 deletions features/mouse-events.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ compat_features:
# safari_ios: "1"
- api.MouseEvent
- api.MouseEvent.button
- api.MouseEvent.clientX

# baseline: high
# baseline_low_date: 2015-07-29
Expand Down Expand Up @@ -147,7 +146,6 @@ compat_features:
# safari: "9"
# safari_ios: "8"
- api.MouseEvent.movementX
- api.MouseEvent.movementY

# baseline: high
# baseline_low_date: 2015-12-15
Expand Down Expand Up @@ -203,6 +201,30 @@ compat_features:
# safari_ios: "12.2"
- api.MouseEvent.getModifierState

# baseline: low
# baseline_low_date: 2023-09-18
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "1"
# safari_ios: "17"
- api.MouseEvent.clientX

# baseline: low
# baseline_low_date: 2023-09-18
# support:
# chrome: "37"
# chrome_android: "37"
# edge: "13"
# firefox: "41"
# firefox_android: "41"
# safari: "9"
# safari_ios: "17"
- api.MouseEvent.movementY

# baseline: low
# baseline_low_date: 2024-12-11
# support:
Expand Down
2 changes: 1 addition & 1 deletion features/offscreen-canvas.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ compat_features:
- api.OffscreenCanvasRenderingContext2D.fillRect
- api.OffscreenCanvasRenderingContext2D.fillStyle
- api.OffscreenCanvasRenderingContext2D.fillText
- api.OffscreenCanvasRenderingContext2D.font
- api.OffscreenCanvasRenderingContext2D.getImageData
- api.OffscreenCanvasRenderingContext2D.getLineDash
- api.OffscreenCanvasRenderingContext2D.globalAlpha
Expand Down Expand Up @@ -146,6 +145,7 @@ compat_features:
# firefox: "105"
# firefox_android: "105"
- api.OffscreenCanvas.convertToBlob.option_type_parameter_webp
- api.OffscreenCanvasRenderingContext2D.font

# baseline: false
# support:
Expand Down

0 comments on commit 11c61b0

Please sign in to comment.