- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 12:12:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv30622/src
Modified Files:
datatypes.html
Log Message:
suggestions from Oli Studholme: note that the HTML5 a element can contain flow content, note that ID values now have fewer restrictions
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- datatypes.html 20 Feb 2010 03:37:06 -0000 1.39
+++ datatypes.html 22 Feb 2010 12:12:21 -0000 1.40
@@ -97,6 +97,12 @@
<li>must not contain any
<a href="#space">space characters</a></li>
</ul>
+ <p class="note">Previous versions of HTML placed greater
+ restrictions on the content of
+ <a href="#common.data.id">ID</a>
+ values (for example, they did not permit
+ <a href="#common.data.id">ID</a>
+ values to begin with a number).</p>
</div>
</dd>
</dl>
Received on Monday, 22 February 2010 12:12:25 UTC