- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 23:29:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv25454/elements
Modified Files:
a.html html.html
Log Message:
experiment with prose content model
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- a.html 28 Jan 2010 23:22:15 -0000 1.10
+++ a.html 28 Jan 2010 23:29:40 -0000 1.11
@@ -7,7 +7,7 @@
element represents a hyperlink.</p>
</div>
<div id="prose-model">
- <p><a href="#transparent">Transparent</a>.</p>
+ <a href="#transparent">Transparent</a>
</div>
<div id="attributes">
<dl>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- html.html 28 Jan 2010 22:56:34 -0000 1.6
+++ html.html 28 Jan 2010 23:29:40 -0000 1.7
@@ -13,13 +13,11 @@
controls caching of content for offline use).</dd>
</dl>
</div>
- <div id="prose-model">
- <p>A
+ <div id="prose-model">A
<a href="#head" class="element">head</a>
element followed by a
<a href="#body" class="element">body</a>
- element.</p>
- </div>
+ element.</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 23:29:44 UTC