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
7 changes: 7 additions & 0 deletions features/scroll-marker.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated from: scroll-marker.yml
# Do not edit this file by hand. Edit the source file instead!

# https://github.com/flackr/carousel/tree/main/scroll-marker
draft: true
draft_date: 2024-04-30
name: "::scroll-marker"
8 changes: 8 additions & 0 deletions features/selectlist.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generated from: selectlist.yml
# Do not edit this file by hand. Edit the source file instead!

draft: true
draft_date: 2024-05-06
name: "<selectlist>"
caniuse: selectlist
spec: https://github.com/whatwg/html/issues/9799
29 changes: 29 additions & 0 deletions features/shadow-dom.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Generated from: shadow-dom.yml
# Do not edit this file by hand. Edit the source file instead!

name: Shadow DOM
description: Shadow DOM allows you to attach encapsulated "shadow" DOM trees to elements. A shadow DOM tree is a separate component, isolated from the scripts and styles in other parts of the document. This is a part of Web Components.
spec: https://dom.spec.whatwg.org/#shadow-trees
caniuse: shadowdomv1
status:
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "54"
chrome_android: "54"
edge: "79"
firefox: "63"
firefox_android: "63"
safari: "10.1"
safari_ios: "10.3"
compat_features:
- api.Element.attachShadow
- api.Element.shadowRoot
- api.Event.composed
- api.Event.composedPath
- api.Node.getRootNode
- api.Node.isConnected
- api.ShadowRoot
- api.ShadowRoot.host
- api.ShadowRoot.mode
13 changes: 13 additions & 0 deletions features/speech-recognition.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: speech-recognition.yml
# Do not edit this file by hand. Edit the source file instead!

# Speech recognition is prefixed in all implementations and would appear as
# unsupported, so don't publish it. Revisit if it's unprefixed.
draft: true
draft_date: 2024-04-30
name: Speech recognition
description: The `SpeechRecognition` API converts human speech from a microphone to text.
spec: https://wicg.github.io/speech-api/#speechreco-section
group: speech
caniuse: speech-recognition
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2014
10 changes: 10 additions & 0 deletions features/text-box-trim.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Generated from: text-box-trim.yml
# Do not edit this file by hand. Edit the source file instead!

# TODO: Publish when supported by some browser.
draft: true
draft_date: 2024-04-30
name: text-box-trim
description: The `text-box-trim` CSS property removes the additional space above and below text which is normally reserved for ascenders and descenders.
spec: https://drafts.csswg.org/css-inline-3/#leading-trim
alias: leading-trim
74 changes: 74 additions & 0 deletions features/web-animations.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Generated from: web-animations.yml
# Do not edit this file by hand. Edit the source file instead!

name: Web animations
description: The web animations API allows you to animate and synchronize the animations of DOM elements.
spec: https://drafts.csswg.org/web-animations-1/
caniuse: web-animation
status:
baseline: low
baseline_low_date: 2022-09-12
support:
chrome: "84"
chrome_android: "84"
edge: "84"
firefox: "80"
firefox_android: "80"
safari: "16"
safari_ios: "16"
compat_features:
# Animation interface.
- api.Animation
- api.Animation.Animation
- api.Animation.cancel_event
- api.Animation.cancel
- api.Animation.commitStyles
- api.Animation.currentTime
- api.Animation.effect
- api.Animation.finish
- api.Animation.finished
- api.Animation.finish_event
- api.Animation.id
- api.Animation.pause
- api.Animation.pending
- api.Animation.persist
- api.Animation.play
- api.Animation.playbackRate
- api.Animation.playState
- api.Animation.ready
- api.Animation.remove_event
- api.Animation.replaceState
- api.Animation.reverse
- api.Animation.startTime
- api.Animation.timeline
- api.Animation.updatePlaybackRate
# AnimationTimeline interface
- api.AnimationTimeline
- api.AnimationTimeline.currentTime
# AnimationEffect interface
- api.AnimationEffect
- api.AnimationEffect.getComputedTiming
- api.AnimationEffect.getTiming
- api.AnimationEffect.updateTiming
# AnimationPlaybackEvent interface
- api.AnimationPlaybackEvent
- api.AnimationPlaybackEvent.AnimationPlaybackEvent
- api.AnimationPlaybackEvent.currentTime
- api.AnimationPlaybackEvent.timelineTime
# KeyframeEffect interface
- api.KeyframeEffect
- api.KeyframeEffect.KeyframeEffect
- api.KeyframeEffect.composite
- api.KeyframeEffect.getKeyframes
# TODO: iterationComposite is a later addition and needs a better home than this feature
# - api.KeyframeEffect.iterationComposite
- api.KeyframeEffect.pseudoElement
- api.KeyframeEffect.setKeyframes
- api.KeyframeEffect.target
# DocumentTimeline interface
- api.DocumentTimeline
- api.DocumentTimeline.DocumentTimeline
# Various accessors
- api.Document.getAnimations
- api.Document.timeline
- api.Element.animate
83 changes: 83 additions & 0 deletions features/web-bluetooth.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Generated from: web-bluetooth.yml
# Do not edit this file by hand. Edit the source file instead!

name: Web Bluetooth
description: The Web Bluetooth API enables selecting and communicating with nearby Bluetooth devices.
spec: https://webbluetoothcg.github.io/web-bluetooth/
caniuse: web-bluetooth
# BCD considers Web Bluetooth partially supported in Chrome due to the lack of
# support on Linux (per guidelines), but caniuse makes this a regular note:
# https://github.com/mdn/browser-compat-data/blob/77452e99e130d783418b3fe1bd1862a558d911bb/api/Bluetooth.json#L13-L15
# https://github.com/mdn/browser-compat-data/blob/77452e99e130d783418b3fe1bd1862a558d911bb/docs/data-guidelines/index.md#operating-system-limitations-imply-partial_implementation
# https://caniuse.com/web-bluetooth
#
# Nevertheless, it seems fair to call the features supported since Chrome 70,
# since macOS and Windows account for the vast majority of users. This ends up
# in-between the BCD and caniuse statuses, aligning with neither.
#
# TODO: convert this to partial implementation with notes.
status:
baseline: false
support:
chrome: "70" # macOS and Windows, not Linux
chrome_android: "56"
edge: "79" # macOS and Windows, not Linux
compat_features:
- api.Bluetooth
- api.Bluetooth.getAvailability
- api.Bluetooth.getDevices
- api.Bluetooth.requestDevice
- api.BluetoothCharacteristicProperties
- api.BluetoothCharacteristicProperties.authenticatedSignedWrites
- api.BluetoothCharacteristicProperties.broadcast
- api.BluetoothCharacteristicProperties.indicate
- api.BluetoothCharacteristicProperties.notify
- api.BluetoothCharacteristicProperties.read
- api.BluetoothCharacteristicProperties.reliableWrite
- api.BluetoothCharacteristicProperties.writableAuxiliaries
- api.BluetoothCharacteristicProperties.write
- api.BluetoothCharacteristicProperties.writeWithoutResponse
- api.BluetoothDevice
- api.BluetoothDevice.gatt
- api.BluetoothDevice.gattserverdisconnected_event
- api.BluetoothDevice.id
- api.BluetoothDevice.name
- api.BluetoothRemoteGATTCharacteristic
- api.BluetoothRemoteGATTCharacteristic.characteristicvaluechanged_event
- api.BluetoothRemoteGATTCharacteristic.getDescriptor
- api.BluetoothRemoteGATTCharacteristic.getDescriptors
- api.BluetoothRemoteGATTCharacteristic.properties
- api.BluetoothRemoteGATTCharacteristic.readValue
- api.BluetoothRemoteGATTCharacteristic.service
- api.BluetoothRemoteGATTCharacteristic.startNotifications
- api.BluetoothRemoteGATTCharacteristic.stopNotifications
- api.BluetoothRemoteGATTCharacteristic.uuid
- api.BluetoothRemoteGATTCharacteristic.value
- api.BluetoothRemoteGATTCharacteristic.writeValue
- api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse
- api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse
- api.BluetoothRemoteGATTDescriptor
- api.BluetoothRemoteGATTDescriptor.characteristic
- api.BluetoothRemoteGATTDescriptor.readValue
- api.BluetoothRemoteGATTDescriptor.uuid
- api.BluetoothRemoteGATTDescriptor.value
- api.BluetoothRemoteGATTDescriptor.writeValue
- api.BluetoothRemoteGATTServer
- api.BluetoothRemoteGATTServer.connect
- api.BluetoothRemoteGATTServer.connected
- api.BluetoothRemoteGATTServer.device
- api.BluetoothRemoteGATTServer.disconnect
- api.BluetoothRemoteGATTServer.getPrimaryService
- api.BluetoothRemoteGATTServer.getPrimaryServices
- api.BluetoothRemoteGATTService
- api.BluetoothRemoteGATTService.device
- api.BluetoothRemoteGATTService.getCharacteristic
- api.BluetoothRemoteGATTService.getCharacteristics
- api.BluetoothRemoteGATTService.isPrimary
- api.BluetoothRemoteGATTService.uuid
- api.BluetoothUUID
- api.BluetoothUUID.canonicalUUID_static
- api.BluetoothUUID.getCharacteristic_static
- api.BluetoothUUID.getDescriptor_static
- api.BluetoothUUID.getService_static
- api.Navigator.bluetooth