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
4 changes: 3 additions & 1 deletion features/declarative-shadow-dom.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Declarative shadow DOM
description: The `shadowrootmode` attribute on `<template>` creates a shadow root without the use of JavaScript. It is a declarative alternative to the `attachShadow()` method.
spec: https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootmode
group: html
group:
- html
- web-components
caniuse: declarative-shadow-dom
2 changes: 1 addition & 1 deletion features/div.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: <div>
description: The `<div>` HTML element is the generic container for content.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element
group: html
group: html-elements
status:
compute_from: html.elements.div
compat_features:
Expand Down
2 changes: 1 addition & 1 deletion features/header-footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The `<header>` and `<footer>` HTML elements represent content that
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
group: html-elements
compat_features:
- html.elements.footer
- html.elements.header
2 changes: 1 addition & 1 deletion features/hr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: <hr>
description: The `<hr>` element represents a thematic break between paragraphs, often shown as a horizontal rule.
spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element
group: html
group: html-elements
compat_features:
- api.HTMLHRElement
- html.elements.hr
2 changes: 1 addition & 1 deletion features/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
group: html-elements
compat_features:
- html.elements.main
2 changes: 1 addition & 1 deletion features/mark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
group: html-elements
compat_features:
- html.elements.mark
2 changes: 1 addition & 1 deletion features/sub-sup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The `<sub>` and `<sup>` elements sets inline text to be displayed a
spec:
- https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sub-element
- https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sup-element
group: html
group: html-elements
compat_features:
- html.elements.sub
- html.elements.sup