Skip to content

Commit

Permalink
Change newly-added HTML elements to the html-elements group (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jul 19, 2024
1 parent 8d0dabe commit 75ec245
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/details-name.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mutually exclusive <details> elements
description: Multiple `<details>` 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
2 changes: 1 addition & 1 deletion features/figure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The `<figure>` and `<figcaption>` 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
2 changes: 1 addition & 1 deletion features/image-maps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Image maps
description: The `<area>` and `<map>` 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:
Expand Down
2 changes: 1 addition & 1 deletion features/samp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: <samp>
description: The `<samp>` 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
2 changes: 1 addition & 1 deletion features/small.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: <small>
description: The `<small>` 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
2 changes: 1 addition & 1 deletion features/table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The `<table>` 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
Expand Down
2 changes: 1 addition & 1 deletion features/var.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: <var>
description: The `<var>` 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

0 comments on commit 75ec245

Please sign in to comment.