Skip to content

Commit 6aa25ae

Browse files
New HTML elements and web components groups (#1392)
1 parent d935802 commit 6aa25ae

21 files changed

+30
-16
lines changed

features/a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: <a>
22
description: The `<a>` element creates a hyperlink to any resource that's accessible via a URL, such as web pages, files, email addresses, or locations within the same page.
33
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
4-
group: html
4+
group: html-elements
55
status:
66
compute_from: html.elements.a
77
compat_features:

features/abbr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: <abbr>
22
description: The `<abbr>` HTML element represents an abbreviation or acronym.
33
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-abbr-element
4-
group: html
4+
group: html-elements
55
compat_features:
66
- html.elements.abbr

features/aside.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: <aside>
22
description: The `<aside>` element represents a portion of a document whose content is only indirectly related to the document's main content.
33
spec: https://html.spec.whatwg.org/multipage/sections.html#the-aside-element
4-
group: html
4+
group: html-elements
55
compat_features:
66
- html.elements.aside

features/audio.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: <audio>
22
description: The `<audio>` element plays sound such as audio effects or music, optionally with controls provided by the browser.
33
spec: https://html.spec.whatwg.org/multipage/media.html#audio
4-
group: media-elements
4+
group:
5+
- media-elements
6+
- html-elements
57
caniuse: audio
68
status:
79
compute_from: html.elements.audio

features/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: <base>
22
description: The `<base>` element sets the base URL (the URL that relative URLs are relative to) for all relative URLs in the document.
33
spec: https://html.spec.whatwg.org/multipage/semantics.html#the-base-element
4-
group: html
4+
group: html-elements
55
status:
66
compute_from: html.elements.base
77
compat_features:

features/br.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: <br>
22
description: The `<br>` element produces line breaks in text.
33
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element
4-
group: html
4+
group: html-elements
55
compat_features:
66
- api.HTMLBRElement
77
- html.elements.br

features/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: <code>
22
description: The `<code>` element displays its contents as a fragment of computer code.
33
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element
4-
group: html
4+
group: html-elements
55
compat_features:
66
- html.elements.code

features/details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: <details>
22
description: The `<details>` element is a disclosure widget which can be expanded to reveal additional content. When closed, only the nested `<summary>` element is visible.
33
spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element
4-
group: html
54
caniuse: details
5+
group: html-elements
66
compat_features:
77
- api.HTMLDetailsElement
88
- api.HTMLDetailsElement.open

features/dialog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "<dialog>"
22
description: The `<dialog>` HTML element represents a modal or non-modal dialog box, such as a confirmation prompt or a subwindow used to enter data.
33
spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element
4-
group: html
4+
group: html-elements
55
caniuse: dialog

features/hgroup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: <hgroup>
22
description: The `<hgroup>` element represents a heading and related content.
33
spec: https://html.spec.whatwg.org/multipage/sections.html#the-hgroup-element
4-
group: html
4+
group: html-elements
55
compat_features:
66
- html.elements.hgroup

0 commit comments

Comments
 (0)