From 6695779e488bcbbbc6ce54d9ee69664f1d98a7cc Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Tue, 16 Jul 2024 14:19:54 -0400 Subject: [PATCH 1/2] Add the `
` element --- features/{draft/html-elements => }/main.yml | 3 +-- features/{draft/html-elements => }/main.yml.dist | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename features/{draft/html-elements => }/main.yml (60%) rename features/{draft/html-elements => }/main.yml.dist (100%) diff --git a/features/draft/html-elements/main.yml b/features/main.yml similarity index 60% rename from features/draft/html-elements/main.yml rename to features/main.yml index 13bf31c546b..1f77b3f46bf 100644 --- a/features/draft/html-elements/main.yml +++ b/features/main.yml @@ -1,6 +1,5 @@ -draft_date: 2024-06-05 name:
-description: The `
` element TODO. +description: The `
` element represents the dominant content of the `` of a document. spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element group: html compat_features: diff --git a/features/draft/html-elements/main.yml.dist b/features/main.yml.dist similarity index 100% rename from features/draft/html-elements/main.yml.dist rename to features/main.yml.dist From afd89c81a05ebc988d3ca77fc2c6932277280b5b Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Wed, 17 Jul 2024 10:10:51 -0400 Subject: [PATCH 2/2] Update features/main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philip Jägenstedt --- features/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/main.yml b/features/main.yml index 1f77b3f46bf..56b64c92632 100644 --- a/features/main.yml +++ b/features/main.yml @@ -1,5 +1,5 @@ name:
-description: The `
` element represents the dominant content of the `` of a document. +description: The `
` element represents the dominant content of a document. It is commonly used together with `
` and `