- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 04:24:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv26509/elements Modified Files: dl.html fieldset.html h1.html h2.html h3.html h4.html h5.html h6.html head.html Log Message: prose model Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/elements/h2.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h2.html 29 Jan 2010 04:11:59 -0000 1.3 +++ h2.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> + <div id="prose-model">Phrasing content</div> </div> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/elements/head.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- head.html 28 Jan 2010 22:56:34 -0000 1.5 +++ head.html 29 Jan 2010 04:24:13 -0000 1.6 @@ -5,6 +5,16 @@ <p>The <a href="#head" class="element">head</a> element collects the document’s metadata.</p> </div> + <div id="prose-model"> + <p>A + <span class="required">required</span> + <a href="#title" class="element">title</a> + element, optionally followed by exactly one + <a href="#base" class="element">base</a> + element, followed by any + <a href="common-metadata">metadata elements</a> + </p> + </div> <div id="tags"> <p>A <code><a href="#head">head</a></code> element's <span title="syntax-start-tag">start tag</span> may be Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/elements/h6.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h6.html 29 Jan 2010 04:11:59 -0000 1.3 +++ h6.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> + <div id="prose-model">Phrasing content</div> </div> Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/elements/h4.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h4.html 29 Jan 2010 04:11:59 -0000 1.3 +++ h4.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</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.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fieldset.html 29 Jan 2010 04:11:58 -0000 1.4 +++ fieldset.html 29 Jan 2010 04:24:13 -0000 1.5 @@ -7,8 +7,8 @@ </div> <div id="prose-model"> <p>Optionally, a - <a href="#legend" class="element">legend</a>, - followed by + <a href="#legend" class="element">legend</a> + element, followed by <a href="#common.elem.flow">flow elements</a> and <a href="#normal-character-data">normal character data</a> Index: h1.html =================================================================== RCS file: /sources/public/html5/markup/elements/h1.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h1.html 13 Feb 2009 12:07:29 -0000 1.3 +++ h1.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> + <div id="prose-model">Phrasing content</div> </div> Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/elements/h5.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h5.html 29 Jan 2010 04:11:59 -0000 1.3 +++ h5.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> + <div id="prose-model">Phrasing content</div> </div> Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/elements/dl.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- dl.html 29 Jan 2010 04:11:58 -0000 1.7 +++ dl.html 29 Jan 2010 04:24:13 -0000 1.8 @@ -10,7 +10,7 @@ <a href="#dt" class="element">dt</a> elements followed by one or more <a href="#dd" class="element">dd</a> - elements.</p> + elements</p> </div> <div id="details"> <p>The <a href="#dl" class="element">dl</a> element represents Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/elements/h3.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h3.html 29 Jan 2010 04:11:59 -0000 1.3 +++ h3.html 29 Jan 2010 04:24:13 -0000 1.4 @@ -6,4 +6,5 @@ href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> + <div id="prose-model">Phrasing content</div> </div>
Received on Friday, 29 January 2010 04:24:18 UTC