- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 04:12:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv24976/elements Modified Files: dl.html em.html embed.html fieldset.html footer.html form.html h2.html h3.html h4.html h5.html h6.html Log Message: prose model Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/elements/h2.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- h2.html 13 Feb 2009 12:07:29 -0000 1.2 +++ h2.html 29 Jan 2010 04:11:59 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 2)</div> + <div id="shortdesc">heading (level 1)</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/elements/h6.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- h6.html 13 Feb 2009 12:07:29 -0000 1.2 +++ h6.html 29 Jan 2010 04:11:59 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 6)</div> + <div id="shortdesc">heading (level 1)</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for Index: form.html =================================================================== RCS file: /sources/public/html5/markup/elements/form.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- form.html 1 Aug 2009 19:52:08 -0000 1.4 +++ form.html 29 Jan 2010 04:11:58 -0000 1.5 @@ -5,6 +5,7 @@ <p>The <a href="#form" class="element">form</a> element represents a user-submittable form.</p> </div> + <div id="prose-model">Flow content</div> <div id="attributes"> <dl> <dt id="form.attrs.accept-charset">accept-charset</dt> Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/elements/h4.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- h4.html 13 Feb 2009 12:07:29 -0000 1.2 +++ h4.html 29 Jan 2010 04:11:59 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 4)</div> + <div id="shortdesc">heading (level 1)</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for Index: em.html =================================================================== RCS file: /sources/public/html5/markup/elements/em.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- em.html 20 Jan 2009 18:42:29 -0000 1.3 +++ em.html 29 Jan 2010 04:11:58 -0000 1.4 @@ -5,4 +5,5 @@ <p>The <a href="#em" class="element">em</a> element represents a span of text with emphatic stress.</p> </div> + <div id="prose-model">Phrasing content</div> </div> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/elements/fieldset.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- fieldset.html 13 Feb 2009 12:07:29 -0000 1.3 +++ fieldset.html 29 Jan 2010 04:11:58 -0000 1.4 @@ -5,4 +5,13 @@ <p>The <code><a href="#fieldset" class="element">fieldset</a></code> element represents a set of form controls grouped under a common name.</p> </div> + <div id="prose-model"> + <p>Optionally, a + <a href="#legend" class="element">legend</a>, + followed by + <a href="#common.elem.flow">flow elements</a> + and + <a href="#normal-character-data">normal character data</a> + </p> + </div> </div> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/elements/embed.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- embed.html 2 Aug 2009 07:07:46 -0000 1.5 +++ embed.html 29 Jan 2010 04:11:58 -0000 1.6 @@ -5,6 +5,7 @@ <p>The <a href="#embed" class="element">embed</a> element represents an integration point for external content.</p> </div> + <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="embed.attrs.src">src</dt> Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/elements/footer.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- footer.html 29 Jul 2009 07:19:25 -0000 1.5 +++ footer.html 29 Jan 2010 04:11:58 -0000 1.6 @@ -5,6 +5,7 @@ <p>The <a href="#footer" class="element">footer</a> element represents the footer for the section it applies to.</p> </div> + <div id="prose-model">Flow content</div> <div id="details"> <p>A footer typically contains information about its section such as who wrote it, links to related documents, copyright Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/elements/h5.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- h5.html 13 Feb 2009 12:07:29 -0000 1.2 +++ h5.html 29 Jan 2010 04:11:59 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 5)</div> + <div id="shortdesc">heading (level 1)</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/elements/dl.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- dl.html 29 Jan 2010 03:43:03 -0000 1.6 +++ dl.html 29 Jan 2010 04:11:58 -0000 1.7 @@ -11,6 +11,7 @@ elements followed by one or more <a href="#dd" class="element">dd</a> elements.</p> + </div> <div id="details"> <p>The <a href="#dl" class="element">dl</a> element represents a Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/elements/h3.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- h3.html 13 Feb 2009 12:07:29 -0000 1.2 +++ h3.html 29 Jan 2010 04:11:59 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 3)</div> + <div id="shortdesc">heading (level 1)</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for
Received on Friday, 29 January 2010 04:12:03 UTC