diff --git a/features/article.yml b/features/article.yml index 89da866c28b..5fac9bb3c4a 100644 --- a/features/article.yml +++ b/features/article.yml @@ -2,5 +2,7 @@ name:
description: The `
` 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:
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 diff --git a/features/aside.yml b/features/aside.yml index e7e09df10cb..3e0fb530377 100644 --- a/features/aside.yml +++ b/features/aside.yml @@ -2,5 +2,7 @@ name: