- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 22:42:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv16704/elements
Modified Files:
head.html
Log Message:
experiment with prose content model
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/elements/head.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- head.html 13 Feb 2009 12:07:29 -0000 1.3
+++ head.html 28 Jan 2010 22:42:17 -0000 1.4
@@ -5,6 +5,13 @@
<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
Received on Thursday, 28 January 2010 22:42:21 UTC