From 2880f2a6cfd6a43ee46a0763d222d72fb4ea6a61 Mon Sep 17 00:00:00 2001 From: Carolina Gomez Gilabert Date: Sat, 13 Oct 2018 16:48:45 +0100 Subject: [PATCH 1/2] Editorial: Updating header and footer - Contexts in which this element can be used. --- sections/semantics-sections.include | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sections/semantics-sections.include b/sections/semantics-sections.include index 802a9cb136..af40b319fa 100644 --- a/sections/semantics-sections.include +++ b/sections/semantics-sections.include @@ -1029,7 +1029,9 @@
Flow content.
Palpable content.
Contexts in which this element can be used:
-
Where flow content is expected.
+
+ Where flow content is expected, but with no address, dt, or th element ancestors, or header, footer elements that are not ancestors of sectioning content which is a ancestors of the header. +
Content model:
Flow content, but with no <{main}> element descendants, or <{header}>, @@ -1242,7 +1244,8 @@ :: [=Palpable content=]. : [=Contexts in which this element can be used=]: - :: Where [=flow content=] is expected. + :: Where [=flow content=] is expected, but with no address, dt, or th element ancestors, or header, footer elements + that are not ancestors of sectioning content which is a ancestors of the footer. : [=Content model=]: :: [=Flow content=], but with no <{main}> element descendants, or <{header}>, <{footer}> From c830595e904624599ce2fb822df99b7550087c90 Mon Sep 17 00:00:00 2001 From: Carolina Gomez Gilabert Date: Mon, 22 Oct 2018 19:29:48 +0100 Subject: [PATCH 2/2] Editorial: Updating header and footer - editing clarification around contexts. --- sections/semantics-sections.include | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sections/semantics-sections.include b/sections/semantics-sections.include index af40b319fa..468a459866 100644 --- a/sections/semantics-sections.include +++ b/sections/semantics-sections.include @@ -1030,7 +1030,7 @@
Palpable content.
Contexts in which this element can be used:
- Where flow content is expected, but with no address, dt, or th element ancestors, or header, footer elements that are not ancestors of sectioning content which is a ancestors of the header. + Where flow content is expected, but not within address, dt or th elements. Inside header/footer elements, only within a new sectioning element inside those elements.
Content model:
@@ -1244,8 +1244,7 @@ :: [=Palpable content=]. : [=Contexts in which this element can be used=]: - :: Where [=flow content=] is expected, but with no address, dt, or th element ancestors, or header, footer elements - that are not ancestors of sectioning content which is a ancestors of the footer. + :: Where [=flow content=] is expected, but not within address, dt or th elements. Inside header/footer elements, only within a new sectioning element inside those elements. : [=Content model=]: :: [=Flow content=], but with no <{main}> element descendants, or <{header}>, <{footer}>