From fc5103841a6e3ab2610e32d866d647ba1a2aa96b Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Tue, 16 Jul 2024 15:36:54 -0400 Subject: [PATCH 1/3] Add `
` element --- features/article.yml | 6 ++++++ features/{draft/html-elements => }/article.yml.dist | 0 features/draft/html-elements/article.yml | 7 ------- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 features/article.yml rename features/{draft/html-elements => }/article.yml.dist (100%) delete mode 100644 features/draft/html-elements/article.yml diff --git a/features/article.yml b/features/article.yml new file mode 100644 index 00000000000..f94fcd8f3b0 --- /dev/null +++ b/features/article.yml @@ -0,0 +1,6 @@ +name:
+description: The `
` element is a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable. +spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element +group: html +compat_features: + - html.elements.article diff --git a/features/draft/html-elements/article.yml.dist b/features/article.yml.dist similarity index 100% rename from features/draft/html-elements/article.yml.dist rename to features/article.yml.dist diff --git a/features/draft/html-elements/article.yml b/features/draft/html-elements/article.yml deleted file mode 100644 index 39f20ed1648..00000000000 --- a/features/draft/html-elements/article.yml +++ /dev/null @@ -1,7 +0,0 @@ -draft_date: 2024-06-05 -name:
-description: The `
` element TODO. -spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element -group: html -compat_features: - - html.elements.article From e3d0d1783f39dc8b5667919857acc9781cab4ef2 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Fri, 19 Jul 2024 10:16:51 -0400 Subject: [PATCH 2/3] html -> html-elements --- features/article.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/article.yml b/features/article.yml index f94fcd8f3b0..f83473fa151 100644 --- a/features/article.yml +++ b/features/article.yml @@ -1,6 +1,6 @@ name:
description: The `
` element is a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable. spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element -group: html +group: html-elements compat_features: - html.elements.article From aea9d6bb3a292d3d54c90dda2e7c3f109d1de3ea Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Mon, 22 Jul 2024 10:59:17 -0400 Subject: [PATCH 3/3] Update features/article.yml Co-authored-by: Daniel D. Beck --- features/article.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/article.yml b/features/article.yml index f83473fa151..89da866c28b 100644 --- a/features/article.yml +++ b/features/article.yml @@ -1,5 +1,5 @@ name:
-description: The `
` element is a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable. +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 compat_features: