diff --git a/features/article.yml b/features/article.yml new file mode 100644 index 00000000000..89da866c28b --- /dev/null +++ b/features/article.yml @@ -0,0 +1,6 @@ +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 +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