- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Tue, 31 Aug 2010 00:28:27 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18104
Modified Files:
	Overview.html 
Log Message:
Make document.domain match implementations more. (whatwg r5405)
Index: Overview.html
===================================================================
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:28:29 UTC