- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 12:12:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv30622/elements
Modified Files:
a.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: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a.html 10 Feb 2010 12:48:54 -0000 1.16
+++ a.html 22 Feb 2010 12:12:21 -0000 1.17
@@ -77,5 +77,18 @@
<dfn
id="empty-hyperlink"
title="empty-hyperlink">empty hyperlink</dfn>.</p>
+ <p class="note">Although previous versions of HTML restricted
+ the
+ <a class="element" href="#a">a</a>
+ element to only containing
+ <a href="#phrasing-content">phrasing content</a>,
+ the
+ <a class="element" href="#a">a</a>
+ element is now
+ <a href="#transparent">transparent</a>;
+ and so is now also allowed to contain
+ <a href="#flow-content">flow content</a>
+ if its parent element is is allowed to contain
+ <a href="#flow-content">flow content</a>.</p>
</div>
</div>
Received on Monday, 22 February 2010 12:12:25 UTC