- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jan 2009 07:49:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19859
Modified Files:
Overview.html
Log Message:
prevent document.domain from being set to 'com' or 'mtnview.ca.us'. (whatwg r2719)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1888
retrieving revision 1.1889
diff -u -d -r1.1888 -r1.1889
--- Overview.html 28 Jan 2009 07:07:56 -0000 1.1888
+++ Overview.html 28 Jan 2009 07:49:12 -0000 1.1889
@@ -28037,6 +28037,22 @@
</li>
+ <li>
+
+ <p>If <var title="">new value</var> matches a suffix in the
+ Public Suffix List, or, if <var title="">new value</var>,
+ prefixed by a U+002E FULL STOP ("."), matches the end of a
+ suffix in the Public Suffix List, then throw a
+ <code><a href=#security_err>SECURITY_ERR</a></code> exception and abort these steps. <a href=#references>[PSL]</a></p> <!-- [PSL]
+ http://publicsuffix.org/ -->
+
+ <p>Suffixes must be compared after applying the IDNA ToASCII
+ algorithm to them, with both the AllowUnassigned and
+ UseSTD3ASCIIRules flags set, in an <a href=#ascii-case-insensitive>ASCII
+ case-insensitive</a> manner. <a href=#references>[RFC3490]</a></p>
+
+ </li>
+
</ol></li>
<li>
Received on Wednesday, 28 January 2009 07:49:25 UTC