diff --git a/features/draft/html-elements/html.yml b/features/html.yml similarity index 52% rename from features/draft/html-elements/html.yml rename to features/html.yml index a22668d04ea..64e516fc023 100644 --- a/features/draft/html-elements/html.yml +++ b/features/html.yml @@ -1,8 +1,7 @@ -draft_date: 2024-06-05 name: -description: The `` element TODO. +description: The `` element represents the top-level of an HTML document and is referred to as the root element. spec: https://html.spec.whatwg.org/multipage/semantics.html#the-html-element -group: html +group: html-elements compat_features: - api.HTMLHtmlElement - html.elements.html diff --git a/features/draft/html-elements/html.yml.dist b/features/html.yml.dist similarity index 100% rename from features/draft/html-elements/html.yml.dist rename to features/html.yml.dist