- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Jan 2009 16:52:23 +0900 (JST)
- To: public-html-diffs@w3.org
prevent document.domain from being set to 'com' or 'mtnview.ca.us'.
(whatwg r2719)
5.3.1 Relaxing the same-origin restriction
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1889.html#relaxing-the-same-origin-restriction
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1888&r2=1.1889&f=h
http://html5.org/tools/web-apps-tracker?from=2718&to=2719
===================================================================
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:52:58 UTC