From e908a45394ce079f7d12dfcfbdc8830251d676ff Mon Sep 17 00:00:00 2001 From: Brian Michael Poblete Date: Wed, 16 Aug 2023 21:42:23 -0400 Subject: [PATCH 1/6] Correcting technical summary table for --- files/en-us/web/html/element/summary/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index ddafdc49a00fe5c..4e31e4a505be5e9 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -3,6 +3,7 @@ title: ": The Disclosure Summary element" slug: Web/HTML/Element/summary page-type: html-element browser-compat: html.elements.summary +spec-urls: https://w3c.github.io/html-aria/#el-summary --- {{HTMLSidebar}} @@ -127,11 +128,7 @@ This example adds some semantics to the `` element to indicate the labe Implicit ARIA role - button + No corresponding role From 9ccc7bb96dea07798a6feb2a3cd62ec24e0c9545 Mon Sep 17 00:00:00 2001 From: Brian Michael Poblete Date: Wed, 16 Aug 2023 22:01:42 -0400 Subject: [PATCH 2/6] add back html spec in spec-urls --- files/en-us/web/html/element/summary/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index 4e31e4a505be5e9..aaf79ac229e0987 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -3,7 +3,9 @@ title: ": The Disclosure Summary element" slug: Web/HTML/Element/summary page-type: html-element browser-compat: html.elements.summary -spec-urls: https://w3c.github.io/html-aria/#el-summary +spec-urls: + - https://w3c.github.io/html-aria/#el-summary + - https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element --- {{HTMLSidebar}} From 0ddfaef35b76c0eafe543de365dfa2ef600efec9 Mon Sep 17 00:00:00 2001 From: Brian Michael Poblete Date: Thu, 17 Aug 2023 02:17:54 +0000 Subject: [PATCH 3/6] fix bad frontmatter syntax --- files/en-us/web/html/element/summary/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index aaf79ac229e0987..f905fb73ceae50f 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -3,9 +3,9 @@ title: ": The Disclosure Summary element" slug: Web/HTML/Element/summary page-type: html-element browser-compat: html.elements.summary -spec-urls: - - https://w3c.github.io/html-aria/#el-summary - - https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element +spec-urls: + - https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element + - https://w3c.github.io/html-aria/#el-summary --- {{HTMLSidebar}} From f0314f9547e9e7fca8f497d782565b8b4b9c0a08 Mon Sep 17 00:00:00 2001 From: Brian Michael Poblete Date: Fri, 18 Aug 2023 16:47:25 -0400 Subject: [PATCH 4/6] removed unnecessary tag --- files/en-us/web/html/element/summary/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index f905fb73ceae50f..f688d982d71edbf 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -129,9 +129,7 @@ This example adds some semantics to the `` element to indicate the labe Implicit ARIA role - - No corresponding role - + No corresponding role Permitted ARIA roles From 59fa50f360826923c6e7a16e857490a73e77ba6c Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Thu, 19 Oct 2023 17:26:05 -0700 Subject: [PATCH 5/6] Update files/en-us/web/html/element/summary/index.md --- files/en-us/web/html/element/summary/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index f688d982d71edbf..7aba5a643718282 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -3,9 +3,6 @@ title: ": The Disclosure Summary element" slug: Web/HTML/Element/summary page-type: html-element browser-compat: html.elements.summary -spec-urls: - - https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element - - https://w3c.github.io/html-aria/#el-summary --- {{HTMLSidebar}} From f03f4881d547bfde5680ba1a373fe7c3956a0a4b Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Thu, 19 Oct 2023 17:27:45 -0700 Subject: [PATCH 6/6] Update files/en-us/web/html/element/summary/index.md --- files/en-us/web/html/element/summary/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/summary/index.md b/files/en-us/web/html/element/summary/index.md index 7aba5a643718282..73910b5a4f4cbdc 100644 --- a/files/en-us/web/html/element/summary/index.md +++ b/files/en-us/web/html/element/summary/index.md @@ -126,7 +126,7 @@ This example adds some semantics to the `` element to indicate the labe Implicit ARIA role - No corresponding role + No corresponding role Permitted ARIA roles