- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 10:51:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20159
Modified Files:
Overview.html
Log Message:
typo xref (whatwg r3931)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3092
retrieving revision 1.3093
diff -u -d -r1.3092 -r1.3093
--- Overview.html 21 Sep 2009 10:48:57 -0000 1.3092
+++ Overview.html 21 Sep 2009 10:51:09 -0000 1.3093
@@ -2076,10 +2076,11 @@
<dd>
- <p>Implementations must support the the semantics of <span title="URLs">URLs</span> defined in the URI and IRI
- specifications, as well as the semantics of IDNA domain names
- defined in the <cite>Internationalizing Domain Names in
- Applications (IDNA)</cite> specification. <a href="#refsRFC3986">[RFC3986]</a> <a href="#refsRFC3987">[RFC3987]</a> <a href="#refsRFC3490">[RFC3490]</a>
+ <p>Implementations must support the the semantics of <a href="#url" title="URL">URLs</a> defined in the URI and IRI specifications,
+ as well as the semantics of IDNA domain names defined in the
+ <cite>Internationalizing Domain Names in Applications
+ (IDNA)</cite> specification. <a href="#refsRFC3986">[RFC3986]</a>
+ <a href="#refsRFC3987">[RFC3987]</a> <a href="#refsRFC3490">[RFC3490]</a>
</dd>
Received on Monday, 21 September 2009 10:51:20 UTC