- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 23:22:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv23783/elements
Modified Files:
a.html
Log Message:
experiment with prose content model
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a.html 2 Aug 2009 07:07:45 -0000 1.9
+++ a.html 28 Jan 2010 23:22:15 -0000 1.10
@@ -6,6 +6,9 @@
<a class="element" href="#a">a</a>
element represents a hyperlink.</p>
</div>
+ <div id="prose-model">
+ <p><a href="#transparent">Transparent</a>.</p>
+ </div>
<div id="attributes">
<dl>
<dt id="a.attrs.href">href</dt>
Received on Thursday, 28 January 2010 23:22:18 UTC