Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion features/draft/spec/attribution-reporting-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-21
draft_date: 2024-10-28
name: Attribution Reporting
description: TODO
spec: https://wicg.github.io/attribution-reporting-api/
Expand All @@ -8,6 +8,7 @@ compat_features:
- api.HTMLScriptElement.attributionSrc
- api.XMLHttpRequest.setAttributionReporting
- html.elements.a.attributionsrc
- html.elements.iframe.allow.attribution-reporting
- html.elements.img.attributionsrc
- html.elements.script.attributionsrc
- http.headers.Attribution-Reporting-Eligible
Expand Down
1 change: 1 addition & 0 deletions features/draft/spec/attribution-reporting-api.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ compat_features:
- api.HTMLScriptElement.attributionSrc
- api.XMLHttpRequest.setAttributionReporting
- html.elements.a.attributionsrc
- html.elements.iframe.allow.attribution-reporting
- html.elements.img.attributionsrc
- html.elements.script.attributionsrc
- http.headers.Attribution-Reporting-Eligible
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/audio-output.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
draft_date: 2024-09-09
draft_date: 2024-10-28
name: Audio Output Devices API
description: TODO
spec: https://w3c.github.io/mediacapture-output/
compat_features:
- api.HTMLMediaElement.setSinkId
- api.HTMLMediaElement.sinkId
- api.MediaDevices.selectAudioOutput
- html.elements.iframe.allow.speaker-selection
- http.headers.Permissions-Policy.speaker-selection
1 change: 1 addition & 0 deletions features/draft/spec/audio-output.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ compat_features:
# support:
# firefox: "116"
- api.MediaDevices.selectAudioOutput
- html.elements.iframe.allow.speaker-selection

# ⬇️ Same status as overall feature ⬇️
# baseline: false
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/clear-site-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-21
draft_date: 2024-10-28
name: Clear Site Data
description: TODO
spec: https://w3c.github.io/webappsec-clear-site-data/
Expand All @@ -10,3 +10,4 @@ compat_features:
- http.headers.Clear-Site-Data.executionContexts
- http.headers.Clear-Site-Data.secure_context_required
- http.headers.Clear-Site-Data.storage
- http.headers.Clear-Site-Data.wildcard
12 changes: 12 additions & 0 deletions features/draft/spec/clear-site-data.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ compat_features:
- http.headers.Clear-Site-Data.secure_context_required
- http.headers.Clear-Site-Data.storage

# baseline: low
# baseline_low_date: 2023-09-18
# support:
# chrome: "117"
# chrome_android: "117"
# edge: "117"
# firefox: "63"
# firefox_android: "63"
# safari: "17"
# safari_ios: "17"
- http.headers.Clear-Site-Data.wildcard

# baseline: false
# support:
# chrome: "61"
Expand Down
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-21
draft_date: 2024-10-28
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.positioned_boxes
- 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.positioned_boxes
- css.properties.place-content
- css.properties.place-items
- css.properties.place-self
- css.properties.place-self.positioned_boxes
- 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.positioned_boxes
- css.properties.justify-self.positioned_boxes
- css.properties.place-self.positioned_boxes

# baseline: false
# support:
# firefox: "52"
Expand Down
3 changes: 1 addition & 2 deletions features/draft/spec/css-masking-1.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
draft_date: 2024-10-17
draft_date: 2024-10-28
name: CSS Masking Module Level 1
description: TODO
spec: https://drafts.fxtf.org/css-masking-1/
compat_features:
- css.properties.clip.auto
- css.properties.mask-origin.fill-box
- css.properties.mask-origin.stroke-box
- css.properties.mask-origin.view-box
Expand Down
22 changes: 2 additions & 20 deletions features/draft/spec/css-masking-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,9 @@ status:
chrome: "120"
chrome_android: "120"
edge: "120"
firefox: ≤72
firefox_android: "79"
firefox: "53"
firefox_android: "53"
compat_features:
# baseline: false
# support:
# chrome: ≤80
# chrome_android: "80"
# edge: "80"
# firefox: ≤72
# firefox_android: "79"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.properties.clip.auto

# baseline: false
# support:
# chrome: "120"
# chrome_android: "120"
# edge: "120"
# firefox: "53"
# firefox_android: "53"
- css.properties.mask-origin.fill-box
- css.properties.mask-origin.stroke-box
- css.properties.mask-origin.view-box
3 changes: 2 additions & 1 deletion features/draft/spec/encrypted-media-2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-21
draft_date: 2024-10-28
name: Encrypted Media Extensions
description: TODO
spec: https://w3c.github.io/encrypted-media/
Expand Down Expand Up @@ -45,4 +45,5 @@ compat_features:
- api.MediaKeys.getStatusForPolicy
- api.MediaKeys.setServerCertificate
- api.Navigator.requestMediaKeySystemAccess
- html.elements.iframe.allow.encrypted-media
- http.headers.Permissions-Policy.encrypted-media
9 changes: 9 additions & 0 deletions features/draft/spec/encrypted-media-2.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ compat_features:
- api.MediaKeySession.keystatuseschange_event
- api.MediaKeySession.message_event

# baseline: false
# support:
# chrome: "64"
# chrome_android: "64"
# edge: "79"
# firefox: "74"
# firefox_android: "79"
- html.elements.iframe.allow.encrypted-media

# baseline: false
# support:
# chrome: "73"
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/fedcm-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-07
draft_date: 2024-10-28
name: Federated Credential Management API
description: TODO
spec: https://w3c-fedid.github.io/FedCM/
Expand All @@ -10,6 +10,7 @@ compat_features:
- api.Navigator.login
- api.NavigatorLogin
- api.NavigatorLogin.setStatus
- html.elements.iframe.allow.identity-credentials-get
- http.headers.Permissions-Policy.identity-credentials-get
- http.headers.Set-Login

Expand Down
1 change: 1 addition & 0 deletions features/draft/spec/fedcm-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ compat_features:
# chrome: "110"
# chrome_android: "110"
# edge: "110"
- html.elements.iframe.allow.identity-credentials-get
- http.headers.Permissions-Policy.identity-credentials-get

# baseline: false
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/fetch.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
draft_date: 2024-10-23
draft_date: 2024-10-28
name: Fetch Standard
description: TODO
spec: https://fetch.spec.whatwg.org/
compat_features:
- api.Headers.@@iterator
- api.Request.Request.init_keepalive_parameter
- api.Request.duplex
- api.XMLHttpRequest.authorization_removed_cross_origin
- http.headers.Access-Control-Allow-Credentials
Expand Down
9 changes: 9 additions & 0 deletions features/draft/spec/fetch.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ compat_features:
# safari_ios: "12"
- http.headers.Cross-Origin-Resource-Policy

# baseline: false
# support:
# chrome: "66"
# chrome_android: "66"
# edge: "15"
# safari: "13"
# safari_ios: "13"
- api.Request.Request.init_keepalive_parameter

# baseline: false
# support:
# chrome: "110"
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/fullscreen.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
draft_date: 2024-10-21
draft_date: 2024-10-28
name: Fullscreen API Standard
description: TODO
spec: https://fullscreen.spec.whatwg.org/
compat_features:
- api.Element
- api.Element.requestFullscreen.options_navigationUI_parameter
- css.selectors.fullscreen.all_elements
- html.elements.iframe.allow.fullscreen
- http.headers.Permissions-Policy.fullscreen

# The following features in the spec are already part of web-features:
Expand Down
9 changes: 9 additions & 0 deletions features/draft/spec/fullscreen.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ compat_features:
# safari_ios: "1"
- api.Element

# baseline: false
# support:
# chrome: "62"
# chrome_android: "62"
# edge: "79"
# firefox: "80"
# firefox_android: "80"
- html.elements.iframe.allow.fullscreen

# baseline: false
# support:
# chrome: "71"
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/gamepad.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-21
draft_date: 2024-10-28
name: Gamepad
description: TODO
spec: https://w3c.github.io/gamepad/
Expand Down Expand Up @@ -35,4 +35,5 @@ compat_features:
- api.Navigator.getGamepads.secure_context_required
- api.Window.gamepadconnected_event
- api.Window.gamepaddisconnected_event
- html.elements.iframe.allow.gamepad
- http.headers.Permissions-Policy.gamepad
1 change: 1 addition & 0 deletions features/draft/spec/gamepad.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- html.elements.iframe.allow.gamepad
- http.headers.Permissions-Policy.gamepad
6 changes: 5 additions & 1 deletion features/draft/spec/generic-sensor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-17
draft_date: 2024-10-28
name: Generic Sensor API
description: TODO
spec: https://w3c.github.io/sensors/
Expand All @@ -15,6 +15,10 @@ compat_features:
- api.SensorErrorEvent
- api.SensorErrorEvent.SensorErrorEvent
- api.SensorErrorEvent.error
- html.elements.iframe.allow.accelerometer
- html.elements.iframe.allow.ambient-light-sensor
- html.elements.iframe.allow.gyroscope
- html.elements.iframe.allow.magnetometer
- http.headers.Permissions-Policy.ambient-light-sensor
- http.headers.Permissions-Policy.gyroscope
- http.headers.Permissions-Policy.magnetometer
Expand Down
10 changes: 10 additions & 0 deletions features/draft/spec/generic-sensor.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ status:
baseline: false
support: {}
compat_features:
# baseline: false
# support:
# chrome: "66"
# chrome_android: "66"
# edge: "79"
- html.elements.iframe.allow.accelerometer
- html.elements.iframe.allow.gyroscope
- html.elements.iframe.allow.magnetometer

# baseline: false
# support:
# chrome: "67"
Expand Down Expand Up @@ -34,4 +43,5 @@ compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- html.elements.iframe.allow.ambient-light-sensor
- http.headers.Permissions-Policy.ambient-light-sensor
36 changes: 36 additions & 0 deletions features/draft/spec/geolocation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
draft_date: 2024-10-28
name: Geolocation
description: TODO
spec: https://w3c.github.io/geolocation/
compat_features:
- html.elements.iframe.allow.geolocation

# The following features in the spec are already part of web-features:
# - Geolocation:
# - api.Geolocation
# - api.Geolocation.clearWatch
# - api.Geolocation.getCurrentPosition
# - api.Geolocation.secure_context_required
# - api.Geolocation.watchPosition
# - api.GeolocationCoordinates
# - api.GeolocationCoordinates.accuracy
# - api.GeolocationCoordinates.altitude
# - api.GeolocationCoordinates.altitudeAccuracy
# - api.GeolocationCoordinates.heading
# - api.GeolocationCoordinates.latitude
# - api.GeolocationCoordinates.longitude
# - api.GeolocationCoordinates.secure_context_required
# - api.GeolocationCoordinates.speed
# - api.GeolocationCoordinates.toJSON
# - api.GeolocationPosition
# - api.GeolocationPosition.coords
# - api.GeolocationPosition.secure_context_required
# - api.GeolocationPosition.timestamp
# - api.GeolocationPosition.toJSON
# - api.GeolocationPositionError
# - api.GeolocationPositionError.code
# - api.GeolocationPositionError.message
# - api.GeolocationPositionError.secure_context_required
# - api.Navigator.geolocation
# - api.Navigator.geolocation.secure_context_required
# - http.headers.Permissions-Policy.geolocation
13 changes: 13 additions & 0 deletions features/draft/spec/geolocation.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: geolocation.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "64"
chrome_android: "64"
edge: "79"
firefox: "74"
firefox_android: "79"
compat_features:
- html.elements.iframe.allow.geolocation
Loading