hixie: Make document.domain match implementations more. (whatwg r5405)

hixie: Make document.domain match implementations more. (whatwg r5405)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4314&r2=1.4315&f=h
http://html5.org/tools/web-apps-tracker?from=5404&to=5405

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4314
retrieving revision 1.4315
diff -u -d -r1.4314 -r1.4315
--- Overview.html 30 Aug 2010 23:54:43 -0000 1.4314
+++ Overview.html 31 Aug 2010 00:28:24 -0000 1.4315
@@ -42539,16 +42539,15 @@
 
   <p>On getting, the attribute must return its current value, unless
   the <code><a href="#document">Document</a></code> has no <a href="#browsing-context">browsing context</a>, in
-  which case it must throw an <code><a href="#invalid_access_err">INVALID_ACCESS_ERR</a></code>
-  exception.</p>
+  which case it must return the empty string.</p>
 
   <p>On setting, the user agent must run the following algorithm:</p>
 
   <ol><li>
 
     <p>If the <code><a href="#document">Document</a></code> has no <a href="#browsing-context">browsing
-    context</a>, throw an <code><a href="#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception
-    and abort these steps.</p>
+    context</a>, throw a <code><a href="#security_err">SECURITY_ERR</a></code> exception and
+    abort these steps.</p>
 
    </li>

Received on Tuesday, 31 August 2010 00:29:13 UTC