Skip to content
Merged
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
2 changes: 2 additions & 0 deletions features/article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <article>
description: The `<article>` element represents self-contained content, which is intended to be independently distributable or reusable, such as a comment, a blog post, or news article.
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: 2 additions & 0 deletions features/aside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <aside>
description: The `<aside>` element represents a portion of a document whose content is only indirectly related to the document's main content.
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: 2 additions & 0 deletions features/figure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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-elements
# Note: <figure> and <figcaption> are part of https://caniuse.com/html5semantic
# but that covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.figcaption
- html.elements.figure
2 changes: 2 additions & 0 deletions features/header-footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ spec:
- https://html.spec.whatwg.org/multipage/sections.html#the-header-element
- https://html.spec.whatwg.org/multipage/sections.html#the-footer-element
group: html-elements
# Note: <header> and <footer> are part of https://caniuse.com/html5semantic but
# that feature covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.footer
- html.elements.header
2 changes: 2 additions & 0 deletions features/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <main>
description: The `<main>` element represents the dominant content of a document. It is commonly used together with `<header>` and `<footer>`.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element
group: html-elements
# Note: <main> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.main
2 changes: 2 additions & 0 deletions features/mark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <mark>
description: The `<mark>` element represents text which is marked or highlighted for reference or notation purposes.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-mark-element
group: html-elements
# Note: <mark> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.mark
2 changes: 2 additions & 0 deletions features/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <nav>
description: The `<nav>` element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents.
spec: https://html.spec.whatwg.org/multipage/sections.html#the-nav-element
group: html-elements
# Note: <nav> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.nav
2 changes: 2 additions & 0 deletions features/section.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: <section>
description: The `<section>` element is a generic standalone section of a document, which doesn't have a more specific semantic element to represent it.
spec: https://html.spec.whatwg.org/multipage/sections.html#the-section-element
group: html-elements
# Note: <section> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- html.elements.section
2 changes: 2 additions & 0 deletions features/time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: <time>
description: The `<time>` HTML element represents a time, such as a calendar date, clock time, or duration. It may include the `datetime` attribute to translate dates into machine-readable format.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-time-element
group: html-elements
# Note: <time> is part of https://caniuse.com/html5semantic but that feature
# covers many unrelated elements and is therefore not linked here.
compat_features:
- api.HTMLTimeElement
- api.HTMLTimeElement.dateTime
Expand Down