- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Jun 2008 10:07:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19043 Modified Files: Overview.html Log Message: Make UTF-16 act like UTF-8 for query encoding of URLs. (whatwg r1827) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1015 retrieving revision 1.1016 diff -u -d -r1.1015 -r1.1016 --- Overview.html 29 Jun 2008 09:41:05 -0000 1.1015 +++ Overview.html 29 Jun 2008 10:07:23 -0000 1.1016 @@ -2813,7 +2813,7 @@ <li> <p>The <a href="#url">URL</a> is a valid IRI reference and the <a href="#character1" title="document's character encoding">character - encoding</a> of the URL's <code>Document</code> is UTF-8. <a + encoding</a> of the URL's <code>Document</code> is UTF-8 or UTF-16. <a href="#references">[RFC3987]</a> </ul> @@ -3032,6 +3032,9 @@ title="">document</var>. <li> + <p>If <var title="">encoding</var> is UTF-16, then change it to UTF-8. + + <li> <p>Let <var title="">base</var> be the <a href="#base-">base URL</a> for <var title="">url</var>. (This is an <a href="#absolute">absolute URL</a>.)
Received on Sunday, 29 June 2008 10:08:05 UTC