[html5] r2719 - [] (0) prevent document.domain from being set to 'com' or 'mtnview.ca.us'.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 27 23:49:07 PST 2009


Author: ianh
Date: 2009-01-27 23:49:07 -0800 (Tue, 27 Jan 2009)
New Revision: 2719

Modified:
   index
   source
Log:
[] (0) prevent document.domain from being set to 'com' or 'mtnview.ca.us'.

Modified: index
===================================================================
--- index	2009-01-28 07:07:51 UTC (rev 2718)
+++ index	2009-01-28 07:49:07 UTC (rev 2719)
@@ -34564,6 +34564,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=#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 <a href=#ascii-case-insensitive>ASCII
+      case-insensitive</a> manner. <a href=#refsRFC3490>[RFC3490]</a></p>
+
+     </li>
+
     </ol></li>
 
    <li>

Modified: source
===================================================================
--- source	2009-01-28 07:07:51 UTC (rev 2718)
+++ source	2009-01-28 07:49:07 UTC (rev 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>




More information about the Commit-Watchers mailing list