- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 04:31:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv27564/elements
Modified Files:
header.html hgroup.html hr.html
Log Message:
prose model
Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/elements/hr.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hr.html 29 Jul 2009 07:19:25 -0000 1.5
+++ hr.html 29 Jan 2010 04:31:09 -0000 1.6
@@ -5,6 +5,7 @@
<p>The <a href="#hr" class="element">hr</a> element represents
a paragraph-level thematic break.</p>
</div>
+ <div id="prose-model">Empty</div>
<div id="details">
<p>Some examples of thematic breaks that can be marked up
using the hr element include a scene change in a story, or a
Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/elements/header.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- header.html 29 Jul 2009 07:19:25 -0000 1.6
+++ header.html 29 Jan 2010 04:31:09 -0000 1.7
@@ -5,6 +5,7 @@
<p>The <a href="#header" class="element">header</a> element
represents the header of a section.</p>
</div>
+ <div id="prose-model">Flow content</div>
<div id="details">
<p>The header element typically contains the headings for a
section (an <a href="#h1" class="element">h1</a>-<a href="#h6"
Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/elements/hgroup.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hgroup.html 29 Jul 2009 07:19:25 -0000 1.2
+++ hgroup.html 29 Jan 2010 04:31:09 -0000 1.3
@@ -5,6 +5,16 @@
<p>The <a href="#hgroup" class="element">hgroup</a> element
represents a group of headings.</p>
</div>
+ <div id="prose-model">
+ <p>One or more
+ <a href="#h1" class="element">h1</a>,
+ <a href="#h2" class="element">h2</a>,
+ <a href="#h3" class="element">h3</a>,
+ <a href="#h4" class="element">h4</a>,
+ <a href="#h5" class="element">h5</a>,
+ and/or
+ <a href="#h6" class="element">h6</a>
+ elements.</p>
<div id="details">
<p>The hgroup element is typically used to group a
set of one or more <a href="#h1" class="element">h1</a>-<a
Received on Friday, 29 January 2010 04:31:13 UTC