Short URL: http://html5.org/r/2719
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2719 | prevent document.domain from being set to 'com' or 'mtnview.ca.us'. | 2009-01-28 07:49 |
Index: source
===================================================================
--- source (revision 2718)
+++ source (revision 2719)
@@ -39254,6 +39254,24 @@
</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>SECURITY_ERR</code> exception and abort these steps. <a
+ href="#refsPSL">[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 <span>ASCII
+ case-insensitive</span> manner. <a
+ href="#refsRFC3490">[RFC3490]</a></p>
+
+ </li>
+
</ol>
</li>