- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 22:56:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv19384/elements Modified Files: head.html html.html Log Message: experiment with prose content model Index: head.html =================================================================== RCS file: /sources/public/html5/markup/elements/head.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- head.html 28 Jan 2010 22:42:17 -0000 1.4 +++ head.html 28 Jan 2010 22:56:34 -0000 1.5 @@ -5,13 +5,6 @@ <p>The <a href="#head" class="element">head</a> element collects the document’s metadata.</p> </div> - <div id="prose-model"> - <p>A - <a href="#head" class="element">head</a> - element followed by a - <a href="#body" class="element">body</a> - element.</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: html.html =================================================================== RCS file: /sources/public/html5/markup/elements/html.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- html.html 2 Aug 2009 07:07:46 -0000 1.5 +++ html.html 28 Jan 2010 22:56:34 -0000 1.6 @@ -13,6 +13,13 @@ controls caching of content for offline use).</dd> </dl> </div> + <div id="prose-model"> + <p>A + <a href="#head" class="element">head</a> + element followed by a + <a href="#body" class="element">body</a> + element.</p> + </div> <div id="tags"> <p>An <code><a href="#html">html</a></code> element's <span title="syntax-start-tag">start tag</span> may be omitted if
Received on Thursday, 28 January 2010 22:56:38 UTC