From 8b2eaf9e22f2ed21158021283dc1982db6118a6d Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Mon, 3 Aug 2020 13:00:32 -0400 Subject: [PATCH] Use most-specific "Contexts in which this element can be used" The specification states that the most-specific context is to be listed in the element description. These elements were not following that rule. --- source | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source b/source index 3e966b61bec..49a8deb7564 100644 --- a/source +++ b/source @@ -15286,7 +15286,7 @@ interface HTMLBodyElement : HTMLElement {
Sectioning content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content is expected.
+
Where sectioning content is expected.
Content model:
Flow content.
Content attributes:
@@ -15433,7 +15433,7 @@ interface HTMLBodyElement : HTMLElement {
Sectioning content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content is expected.
+
Where sectioning content is expected.
Content model:
Flow content.
Content attributes:
@@ -15599,7 +15599,7 @@ interface HTMLBodyElement : HTMLElement {
Sectioning content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content is expected.
+
Where sectioning content is expected.
Content model:
Flow content.
Content attributes:
@@ -15780,7 +15780,7 @@ interface HTMLBodyElement : HTMLElement {
Sectioning content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content is expected.
+
Where sectioning content is expected.
Content model:
Flow content.
Content attributes:
@@ -15932,7 +15932,7 @@ isn't his only passion. He also enjoys other pleasures.</p>
Palpable content.
Contexts in which this element can be used:
As a child of an hgroup element.
-
Where flow content or heading content is expected.
+
Where heading content is expected.
Content model:
Phrasing content.
Content attributes:
@@ -16035,7 +16035,7 @@ interface HTMLHeadingElement : HTMLElement {
Heading content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content or heading content is expected.
+
Where heading content is expected.
Content model:
One or more h1, h2, h3, h4, h5, h6 elements, optionally intermixed with script-supporting