- From: CVS User mike <cvsmail@w3.org>
- Date: Tue, 15 Jul 2014 12:20:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv28766
Modified Files:
CR-html-polyglot-20140530.html
Log Message:
Fixed broken link.
--- /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/07/15 12:18:03 1.12
+++ /sources/public/html5/html-polyglot/CR-html-polyglot-20140530.html 2014/07/15 12:20:59 1.13
@@ -1057,7 +1057,9 @@
<h4>The <code>id</code> attribute</h4>
<p>
<a title="polyglot markup">Polyglot markup</a> does not contain any space characters within the value of an <code>id</code> attribute.
- This is because values for the <code>id</code> attribute <a href="http://dev.w3.org/html5/spec/elements.html#the-id-attribute">may not contain space characters</a> in HTML5. [[!HTML5]]
+ This is because values for the <code>id</code> attribute
+ <a href="http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-id-attribute">may not contain space characters</a>
+ in HTML5. [[!HTML5]]
</p>
<p>
<a title="polyglot markup">Polyglot markup</a> ensures that every id attribute must be unique
Received on Tuesday, 15 July 2014 12:21:00 UTC