diff --git a/features/a.yml b/features/a.yml index 957281de6be..7602ceb3281 100644 --- a/features/a.yml +++ b/features/a.yml @@ -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 diff --git a/features/abbr.yml b/features/abbr.yml index 850d76df849..69bcf12aec1 100644 --- a/features/abbr.yml +++ b/features/abbr.yml @@ -2,5 +2,3 @@ name: description: The `` 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 diff --git a/features/aborting.yml b/features/aborting.yml index db91b7bc9d6..9db74a8dfab 100644 --- a/features/aborting.yml +++ b/features/aborting.yml @@ -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 diff --git a/features/address.yml b/features/address.yml index acf75e7d19f..0c62efa7033 100644 --- a/features/address.yml +++ b/features/address.yml @@ -2,5 +2,3 @@ name:
description: The `
` 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 diff --git a/features/alt-text-generated-content.yml b/features/alt-text-generated-content.yml index 974edf5aa89..9a97edacec1 100644 --- a/features/alt-text-generated-content.yml +++ b/features/alt-text-generated-content.yml @@ -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 diff --git a/features/article.yml b/features/article.yml index 5fac9bb3c4a..0696a5c3911 100644 --- a/features/article.yml +++ b/features/article.yml @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element group: html-elements # Note:
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 diff --git a/features/aside.yml b/features/aside.yml index 3e0fb530377..91b54328564 100644 --- a/features/aside.yml +++ b/features/aside.yml @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-aside-element group: html-elements # Note: