From 9a01b80da51d7afa11d0d9e1f0330efd3f5e05ea Mon Sep 17 00:00:00 2001 From: Mariko Kosaka Date: Thu, 11 Jul 2024 15:07:41 -0400 Subject: [PATCH 1/3] edit name and description --- features/draft/html-elements/dd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features/draft/html-elements/dd.yml b/features/draft/html-elements/dd.yml index 73781bad3ea..dd49287d5c4 100644 --- a/features/draft/html-elements/dd.yml +++ b/features/draft/html-elements/dd.yml @@ -1,6 +1,5 @@ -draft_date: 2024-06-05 -name:
-description: The `
` element TODO. +name: Description list +description: Elements to represent a description list. spec: - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element From 34c590aea2397a4f31d02eff372edfdc3055b3a5 Mon Sep 17 00:00:00 2001 From: Mariko Kosaka Date: Thu, 11 Jul 2024 15:14:31 -0400 Subject: [PATCH 2/3] move out of draft dir, rename the yml file --- features/draft/html-elements/dd.yml | 12 ------- features/draft/html-elements/dd.yml.dist | 44 ------------------------ 2 files changed, 56 deletions(-) delete mode 100644 features/draft/html-elements/dd.yml delete mode 100644 features/draft/html-elements/dd.yml.dist diff --git a/features/draft/html-elements/dd.yml b/features/draft/html-elements/dd.yml deleted file mode 100644 index dd49287d5c4..00000000000 --- a/features/draft/html-elements/dd.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Description list -description: Elements to represent a description list. -spec: - - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element - - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element - - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element -group: html -compat_features: - - api.HTMLDListElement - - html.elements.dd - - html.elements.dl - - html.elements.dt diff --git a/features/draft/html-elements/dd.yml.dist b/features/draft/html-elements/dd.yml.dist deleted file mode 100644 index ca253a5a7df..00000000000 --- a/features/draft/html-elements/dd.yml.dist +++ /dev/null @@ -1,44 +0,0 @@ -# Generated from: dd.yml -# Do not edit this file by hand. Edit the source file instead! - -status: - baseline: high - baseline_low_date: 2015-07-29 - baseline_high_date: 2018-01-29 - support: - chrome: "1" - chrome_android: "18" - edge: "12" - firefox: "1" - firefox_android: "4" - safari: "4" - safari_ios: "3.2" -compat_features: - # baseline: high - # baseline_low_date: 2015-07-29 - # baseline_high_date: 2018-01-29 - # support: - # chrome: "1" - # chrome_android: "18" - # edge: "12" - # firefox: "1" - # firefox_android: "4" - # safari: "3" - # safari_ios: "1" - - api.HTMLDListElement - - # ⬇️ Same status as overall feature ⬇️ - # baseline: high - # baseline_low_date: 2015-07-29 - # baseline_high_date: 2018-01-29 - # support: - # chrome: "1" - # chrome_android: "18" - # edge: "12" - # firefox: "1" - # firefox_android: "4" - # safari: "4" - # safari_ios: "3.2" - - html.elements.dd - - html.elements.dl - - html.elements.dt From 30534c5dce0c5b848941724639f7449387c82a0a Mon Sep 17 00:00:00 2001 From: Mariko Kosaka Date: Thu, 11 Jul 2024 15:17:39 -0400 Subject: [PATCH 3/3] add renamed yaml and dist files --- features/description-list.yml | 12 ++++++++ features/description-list.yml.dist | 44 ++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 features/description-list.yml create mode 100644 features/description-list.yml.dist diff --git a/features/description-list.yml b/features/description-list.yml new file mode 100644 index 00000000000..dd49287d5c4 --- /dev/null +++ b/features/description-list.yml @@ -0,0 +1,12 @@ +name: Description list +description: Elements to represent a description list. +spec: + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element + - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element +group: html +compat_features: + - api.HTMLDListElement + - html.elements.dd + - html.elements.dl + - html.elements.dt diff --git a/features/description-list.yml.dist b/features/description-list.yml.dist new file mode 100644 index 00000000000..f3f8f4bb3df --- /dev/null +++ b/features/description-list.yml.dist @@ -0,0 +1,44 @@ +# Generated from: description-list.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2015-07-29 + baseline_high_date: 2018-01-29 + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "1" + firefox_android: "4" + safari: "4" + safari_ios: "3.2" +compat_features: + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "3" + # safari_ios: "1" + - api.HTMLDListElement + + # ⬇️ Same status as overall feature ⬇️ + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "4" + # safari_ios: "3.2" + - html.elements.dd + - html.elements.dl + - html.elements.dt