diff --git a/features/details-name.yml b/features/details-name.yml index 396e1841396..457d4253e1f 100644 --- a/features/details-name.yml +++ b/features/details-name.yml @@ -1,4 +1,4 @@ name: Mutually exclusive
elements description: Multiple `
` elements which use the same `name` attribute are mutually exclusive. When one member of the group is opened, all other members are closed. spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-name -group: html +group: html-elements diff --git a/features/figure.yml b/features/figure.yml index 1e259ca5a74..3de20002d2a 100644 --- a/features/figure.yml +++ b/features/figure.yml @@ -3,7 +3,7 @@ description: The `
` and `
` HTML elements represent an illust spec: - https://html.spec.whatwg.org/multipage/grouping-content.html#the-figure-element - https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element -group: html +group: html-elements compat_features: - html.elements.figcaption - html.elements.figure diff --git a/features/image-maps.yml b/features/image-maps.yml index b46330e4c08..156dc134699 100644 --- a/features/image-maps.yml +++ b/features/image-maps.yml @@ -1,7 +1,7 @@ name: Image maps description: The `` and `` elements define a clickable area on an image. spec: https://html.spec.whatwg.org/multipage/image-maps.html -group: html +group: html-elements status: compute_from: html.elements.area compat_features: diff --git a/features/samp.yml b/features/samp.yml index f065ba4c350..6b2b6aee248 100644 --- a/features/samp.yml +++ b/features/samp.yml @@ -1,6 +1,6 @@ name: description: The `` element represents an in-line sample (or quoted) output from a computer program. Typically styled as monospaced type by default. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-samp-element -group: html +group: html-elements compat_features: - html.elements.samp diff --git a/features/small.yml b/features/small.yml index aeafe576ccb..bc767dad5fc 100644 --- a/features/small.yml +++ b/features/small.yml @@ -1,6 +1,6 @@ name: description: The `` element represents side-comments and small print, like copyright and legal text, independent of its styled presentation. Typically styled in a reduced font size by default. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-small-element -group: html +group: html-elements compat_features: - html.elements.small diff --git a/features/table.yml b/features/table.yml index 4d8f9ac49ac..2fea4a4da86 100644 --- a/features/table.yml +++ b/features/table.yml @@ -3,7 +3,7 @@ description: The `` HTML element, with several related elements, represen spec: https://html.spec.whatwg.org/multipage/tables.html status: compute_from: html.elements.table -group: html +group: html-elements compat_features: - api.HTMLTableCaptionElement - api.HTMLTableCellElement diff --git a/features/var.yml b/features/var.yml index 6e5d0efc6b5..76e891c4ae5 100644 --- a/features/var.yml +++ b/features/var.yml @@ -1,6 +1,6 @@ name: description: The `` element represents the name of a variable in a mathematical expression or a programming context. spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-var-element -group: html +group: html-elements compat_features: - html.elements.var