- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 00:44:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv3470/elements
Modified Files:
a.html html.html
Log Message:
prose model
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a.html 28 Jan 2010 23:29:40 -0000 1.11
+++ a.html 29 Jan 2010 00:44:38 -0000 1.12
@@ -7,7 +7,7 @@
element represents a hyperlink.</p>
</div>
<div id="prose-model">
- <a href="#transparent">Transparent</a>
+ <p><a href="#transparent">Transparent</a></p>
</div>
<div id="attributes">
<dl>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- html.html 28 Jan 2010 23:29:40 -0000 1.7
+++ html.html 29 Jan 2010 00:44:38 -0000 1.8
@@ -13,11 +13,13 @@
controls caching of content for offline use).</dd>
</dl>
</div>
- <div id="prose-model">A
+ <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.</div>
+ 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 Friday, 29 January 2010 00:44:41 UTC