Skip to content
Closed
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
28 changes: 0 additions & 28 deletions features/a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-ele
group: html-elements
status:
compute_from: html.elements.a
compat_features:
- api.HTMLAnchorElement
- api.HTMLAnchorElement.hash
- api.HTMLAnchorElement.host
- api.HTMLAnchorElement.hostname
- api.HTMLAnchorElement.href
- api.HTMLAnchorElement.hreflang
- api.HTMLAnchorElement.origin
- api.HTMLAnchorElement.password
- api.HTMLAnchorElement.pathname
- api.HTMLAnchorElement.port
- api.HTMLAnchorElement.protocol
- api.HTMLAnchorElement.rel
- api.HTMLAnchorElement.relList
- api.HTMLAnchorElement.search
- api.HTMLAnchorElement.target
- api.HTMLAnchorElement.text
- api.HTMLAnchorElement.toString
- api.HTMLAnchorElement.type
- api.HTMLAnchorElement.username
- html.elements.a
- html.elements.a.href
- html.elements.a.hreflang
- html.elements.a.rel
- html.elements.a.rel.noopener
- html.elements.a.rel.noreferrer
- html.elements.a.target
- html.elements.a.type
2 changes: 0 additions & 2 deletions features/abbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <abbr>
description: The `<abbr>` HTML element represents an abbreviation or acronym.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-abbr-element
group: html-elements
compat_features:
- html.elements.abbr
13 changes: 0 additions & 13 deletions features/aborting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,3 @@ spec: https://dom.spec.whatwg.org/#aborting-ongoing-activities
caniuse: abortcontroller
status:
compute_from: api.AbortController
compat_features:
- api.AbortController
- api.AbortController.AbortController
- api.AbortController.abort
- api.AbortController.signal
- api.AbortSignal
- api.AbortSignal.abort_event
- api.AbortSignal.abort_static
- api.AbortSignal.abort_static.reason_parameter
- api.AbortSignal.aborted
- api.AbortSignal.reason
- api.AbortSignal.throwIfAborted
- api.AbortSignal.timeout_static
2 changes: 0 additions & 2 deletions features/address.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <address>
description: The `<address>` element represents contact information for a person or people, or for an organization.
spec: https://html.spec.whatwg.org/multipage/sections.html#the-address-element
group: html-elements
compat_features:
- html.elements.address
2 changes: 0 additions & 2 deletions features/alt-text-generated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Alt text for generated content
description: "The `/` notation in `content` CSS property values adds alternative text to generated content. For example, the `content: url('upvote-icon.svg') / 'Upvote'` declaration adds accessible 'Upvote' text to the SVG icon. Also known as alternate text."
spec: https://drafts.csswg.org/css-content-3/#alt
group: css
compat_features:
- css.properties.content.alt_text
2 changes: 0 additions & 2 deletions features/article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element
group: html-elements
# Note: <article> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.article
2 changes: 0 additions & 2 deletions features/aside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-aside-element
group: html-elements
# Note: <aside> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.aside
2 changes: 0 additions & 2 deletions features/async-iterable-streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Asynchronously iterable streams
description: Asynchronous iteration of a stream allows you to use `for await … of` loops to iterate through a stream's incoming data.
spec: https://streams.spec.whatwg.org/#rs-asynciterator
group: streams
compat_features:
- api.ReadableStream.@@asyncIterator
2 changes: 0 additions & 2 deletions features/atomics-wait-async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Atomics.waitAsync
description: The `Atomics.waitAsync()` static method waits for a value in a shared memory location, providing a promise when the expected value is not yet in memory. The `waitAsync()` method is a non-blocking alternative to `Atomics.wait()`.
spec: https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.waitasync
group: javascript
compat_features:
- javascript.builtins.Atomics.waitAsync
16 changes: 0 additions & 16 deletions features/audio-worklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,3 @@ name: AudioWorklet
description: The `AudioWorklet` API runs module code in a separate thread, specifically for non-blocking, low latency audio processing.
spec: https://webaudio.github.io/web-audio-api/#AudioWorklet
group: web-audio
compat_features:
- api.AudioWorklet
- api.AudioWorkletGlobalScope
- api.AudioWorkletGlobalScope.currentFrame
- api.AudioWorkletGlobalScope.currentTime
- api.AudioWorkletGlobalScope.registerProcessor
- api.AudioWorkletGlobalScope.sampleRate
- api.AudioWorkletNode
- api.AudioWorkletNode.AudioWorkletNode
- api.AudioWorkletNode.parameters
- api.AudioWorkletNode.port
- api.AudioWorkletNode.processorerror_event
- api.AudioWorkletProcessor
- api.AudioWorkletProcessor.AudioWorkletProcessor
- api.AudioWorkletProcessor.port
- api.BaseAudioContext.audioWorklet
11 changes: 0 additions & 11 deletions features/audio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,3 @@ status:
compute_from: html.elements.audio
# TODO: Include relevant parts of HTMLMediaElement when possible:
# https://github.com/web-platform-dx/web-features/issues/1173
compat_features:
- api.HTMLAudioElement
- api.HTMLAudioElement.Audio
- html.elements.audio
- html.elements.audio.autoplay
- html.elements.audio.controls
- html.elements.audio.crossorigin
- html.elements.audio.loop
- html.elements.audio.muted
- html.elements.audio.preload
- html.elements.audio.src
2 changes: 0 additions & 2 deletions features/b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <b>
description: The `<b>` HTML element draws reader's attention to text, styling text as bold by default.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-b-element
group: html-elements
compat_features:
- html.elements.b
9 changes: 0 additions & 9 deletions features/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/semantics.html#the-base-element
group: html-elements
status:
compute_from: html.elements.base
compat_features:
- api.HTMLBaseElement
- api.HTMLBaseElement.href
- api.HTMLBaseElement.target
- html.elements.base
- html.elements.base.href
- html.elements.base.href.forbid_data_javascript_urls
- html.elements.base.href.relative_url
- html.elements.base.target
2 changes: 0 additions & 2 deletions features/bdi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <bdi>
description: The `<bdi>` element isolates text that may have a different text direction from its surrounding text. This prevents the browser's bidirectional text algorithm from affecting or being affected by the direction of the surrounding text.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdi-element
group: html-elements
compat_features:
- html.elements.bdi
2 changes: 0 additions & 2 deletions features/bdo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <bdo>
description: The `<bdo>` element overrides the directionality of text, so that the text within is rendered in a different direction than the surrounding text.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdo-element
group: html-elements
compat_features:
- html.elements.bdo
3 changes: 0 additions & 3 deletions features/blockquote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ name: <blockquote>
description: The `<blockquote>` element represents an extended quotation, styling contents as an indented block by default.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element
group: html-elements
compat_features:
- html.elements.blockquote
- html.elements.blockquote.cite
3 changes: 0 additions & 3 deletions features/body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ name: <body>
description: The `<body>` element represents the content of an HTML document.
spec: https://html.spec.whatwg.org/multipage/sections.html#the-body-element
group: html-elements
compat_features:
- api.HTMLBodyElement
- html.elements.body
3 changes: 0 additions & 3 deletions features/br.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ name: <br>
description: The `<br>` element produces line breaks in text.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element
group: html-elements
compat_features:
- api.HTMLBRElement
- html.elements.br
24 changes: 0 additions & 24 deletions features/button.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,3 @@ group:
- html-elements
status:
compute_from: html.elements.button
compat_features:
- api.HTMLButtonElement
- api.HTMLButtonElement.disabled
- api.HTMLButtonElement.form
- api.HTMLButtonElement.formAction
- api.HTMLButtonElement.formEnctype
- api.HTMLButtonElement.formMethod
- api.HTMLButtonElement.formNoValidate
- api.HTMLButtonElement.formTarget
- api.HTMLButtonElement.labels
- api.HTMLButtonElement.name
- api.HTMLButtonElement.type
- api.HTMLButtonElement.value
- html.elements.button
- html.elements.button.disabled
- html.elements.button.form
- html.elements.button.formaction
- html.elements.button.formenctype
- html.elements.button.formmethod
- html.elements.button.formnovalidate
- html.elements.button.formtarget
- html.elements.button.name
- html.elements.button.type
- html.elements.button.value
2 changes: 0 additions & 2 deletions features/canvas-2d-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: 2D canvas opacity
description: The optional `alpha` parameter of a 2D canvas's `getContext()` method sets whether the canvas has an alpha transparency channel. If set to `false`, then this permits the browser to optimize compositing for an opaque canvas.
spec: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-alpha
group: canvas
compat_features:
- api.HTMLCanvasElement.getContext.2d_context.options_alpha_parameter
2 changes: 0 additions & 2 deletions features/canvas-2d-color-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Color management for 2D canvas
description: The optional `colorSpace` parameter of a 2D canvas's `getContext()` method chooses the color representation, such as `"srgb"` or `"display-p3"`.
spec: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-space
group: canvas
compat_features:
- api.HTMLCanvasElement.getContext.2d_context.options_colorSpace_parameter
2 changes: 0 additions & 2 deletions features/canvas-2d-desynchronized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Desynchronized 2D canvas
description: The optional `desynchronized` parameter of a canvas's `getContext()` method permits the browser to draw a 2D canvas independently of the event loop. This can reduce drawing latency.
spec: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-desynchronized
group: canvas
compat_features:
- api.HTMLCanvasElement.getContext.2d_context.options_desynchronized_parameter
2 changes: 0 additions & 2 deletions features/canvas-2d-willreadfrequently.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: willReadFrequently
description: The optional `willReadFrequently` parameter of a canvas's `getContext()` method permits the browser to optimize for frequent `getImageData()` calls by avoiding hardware acceleration. Also known as multiple readback.
spec: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
group: canvas
compat_features:
- api.HTMLCanvasElement.getContext.2d_context.options_willReadFrequently_parameter
10 changes: 0 additions & 10 deletions features/canvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,3 @@ group:
# rendering context. These are separated in web-features, so no caniuse link here.
status:
compute_from: html.elements.canvas
compat_features:
- api.HTMLCanvasElement
- api.HTMLCanvasElement.getContext
- api.HTMLCanvasElement.height
- api.HTMLCanvasElement.toBlob
- api.HTMLCanvasElement.toDataURL
- api.HTMLCanvasElement.width
- html.elements.canvas
- html.elements.canvas.height
- html.elements.canvas.width
2 changes: 0 additions & 2 deletions features/caret-color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ description: The `caret-color` CSS property sets the color of the text insertion
spec: https://drafts.csswg.org/css-ui-4/#insertion-caret
group: css
caniuse: css-caret-color
compat_features:
- css.properties.caret-color
2 changes: 0 additions & 2 deletions features/cite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <cite>
description: The `<cite>` element represents the title of a quoted, referenced, or mentioned creative work, such as a film or book.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-cite-element
group: html-elements
compat_features:
- html.elements.cite
7 changes: 0 additions & 7 deletions features/clipboard-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@ spec: https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
group: clipboard
status:
compute_from: api.ClipboardEvent
compat_features:
- api.ClipboardEvent
- api.ClipboardEvent.ClipboardEvent
- api.ClipboardEvent.clipboardData
- api.Element.copy_event
- api.Element.cut_event
- api.Element.paste_event
2 changes: 0 additions & 2 deletions features/clipboard-unsanitized-formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Read unsanitized clipboard data
description: The optional `formats.unsanitized` parameter of the `navigator.clipboard.read()` method reads unsanitized `text/html` data from the system clipboard.
spec: https://w3c.github.io/clipboard-apis/#dom-clipboardunsanitizedformats-unsanitized
group: clipboard
compat_features:
- api.Clipboard.read.formats_unsanitized_parameter
2 changes: 0 additions & 2 deletions features/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: <code>
description: The `<code>` element displays its contents as a fragment of computer code.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element
group: html-elements
compat_features:
- html.elements.code
9 changes: 0 additions & 9 deletions features/constructed-stylesheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@ description: The `CSSStyleSheet` constructor creates a new stylesheet which can
spec:
- https://drafts.csswg.org/cssom-1/#dom-cssstylesheet-cssstylesheet
- https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-adoptedstylesheets
status:
compute_from: api.CSSStyleSheet.CSSStyleSheet
compat_features:
- api.CSSStyleSheet.CSSStyleSheet
- api.CSSStyleSheet.replace
- api.CSSStyleSheet.replaceSync
- api.Document.adoptedStyleSheets
- api.ShadowRoot.adoptedStyleSheets
- api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter
8 changes: 2 additions & 6 deletions features/constructed-stylesheets.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2023-03-27
baseline: false
support:
chrome: "73"
chrome_android: "73"
edge: "79"
firefox: "101"
firefox_android: "101"
safari: "16.4"
safari_ios: "16.4"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2023-03-27
# support:
Expand All @@ -30,6 +25,7 @@ compat_features:
- api.Document.adoptedStyleSheets
- api.ShadowRoot.adoptedStyleSheets

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# firefox: "101"
Expand Down
17 changes: 0 additions & 17 deletions features/contact-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,3 @@ status:
# This makes the feature be supported starting with Chrome 80, which is in line with what MDN documents.
# See https://github.com/web-platform-dx/web-features/pull/1326 for more information.
compute_from: api.Navigator.contacts
compat_features:
- api.Navigator.contacts
- api.ContactsManager
- api.ContactsManager.getProperties
- api.ContactsManager.select
- api.ContactAddress
- api.ContactAddress.addressLine
- api.ContactAddress.city
- api.ContactAddress.country
- api.ContactAddress.dependentLocality
- api.ContactAddress.organization
- api.ContactAddress.phone
- api.ContactAddress.postalCode
- api.ContactAddress.recipient
- api.ContactAddress.region
- api.ContactAddress.sortingCode
- api.ContactAddress.toJSON
2 changes: 0 additions & 2 deletions features/contain-inline-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Inline-size containment
description: "The `contain: inline-size` CSS declaration prevents the element's inline dimension from being set by the element's contents. This permits the browser to avoid slower layout calculations."
spec: https://drafts.csswg.org/css-contain-3/#containment-inline-size
group: containment
compat_features:
- css.properties.contain.inline-size
2 changes: 0 additions & 2 deletions features/contain-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Layout containment
description: "The `contain: layout` CSS declaration isolates the inside of an element such that it cannot affect the layout of the rest of the page or be affected by the rest of the page. This permits the browser to avoid slower layout calculations."
spec: https://drafts.csswg.org/css-contain-2/#containment-layout
group: containment
compat_features:
- css.properties.contain.layout
2 changes: 0 additions & 2 deletions features/contain-paint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Paint containment
description: "The `contain: paint` CSS declaration prevents an element's descendants from being drawn outside the boundaries of the containing element, with any overflow clipped. This permits the browser to avoid slower painting calculations."
spec: https://drafts.csswg.org/css-contain-2/#containment-paint
group: containment
compat_features:
- css.properties.contain.paint
3 changes: 0 additions & 3 deletions features/contain-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ name: Size containment
description: "The `contain: size` CSS declaration sets an element's dimensions exclusively by its `height` and `width` properties, ignoring its contents and descendants. This permits the browser to avoid slower layout calculations."
spec: https://drafts.csswg.org/css-contain-2/#containment-size
group: containment
compat_features:
- css.properties.contain
- css.properties.contain.size
2 changes: 0 additions & 2 deletions features/contain-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: Style containment
description: "The `contain: style` CSS declaration permits the browser to avoid slower layout calculations by preventing modification to counter (`counter-increment` and `counter-set`) and quotation styles (`content` property quote values) beyond the element's descendants."
spec: https://drafts.csswg.org/css-contain-2/#containment-style
group: containment
compat_features:
- css.properties.contain.style
13 changes: 0 additions & 13 deletions features/container-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,3 @@ group: containment
caniuse: css-container-queries
status:
compute_from: css.at-rules.container
compat_features:
- api.CSSContainerRule
- api.CSSContainerRule.containerName
- api.CSSContainerRule.containerQuery
- css.at-rules.container
- css.properties.container
- css.properties.container-name
- css.properties.container-name.none
- css.properties.container-type
- css.properties.container-type.inline-size
- css.properties.container-type.normal
- css.properties.container-type.size
- css.types.length.container_query_length_units
Loading