html5/spec dom.html,1.1075,1.1076 spec.html,1.1763,1.1764

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26972

Modified Files:
	dom.html spec.html 
Log Message:
Make document.prototype.onreadystatechange not throw, for compat reasons. (whatwg r6786)

[updated by splitter]


Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1075
retrieving revision 1.1076
diff -u -d -r1.1075 -r1.1076
--- dom.html	30 Oct 2011 16:46:55 -0000	1.1075
+++ dom.html	30 Oct 2011 17:46:25 -0000	1.1076
@@ -469,7 +469,7 @@
   [TreatNonCallableAsNull] attribute <a href="webappapis.html#function">Function</a>? <a href="webappapis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 
   // special <a href="webappapis.html#event-handler-idl-attributes">event handler IDL attributes</a> that only apply to Document objects
-  [TreatNonCallableAsNull] attribute <a href="webappapis.html#function">Function</a>? <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
+  [TreatNonCallableAsNull,LenientThis] attribute <a href="webappapis.html#function">Function</a>? <a href="webappapis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
 };</pre><h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents <span class="impl">must</span> throw a
   <code><a href="infrastructure.html#securityerror">SecurityError</a></code> exception whenever any properties of a
   <code><a href="infrastructure.html#document">Document</a></code> object are accessed by scripts whose

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1763
retrieving revision 1.1764
diff -u -d -r1.1763 -r1.1764
--- spec.html	30 Oct 2011 16:47:10 -0000	1.1763
+++ spec.html	30 Oct 2011 17:46:26 -0000	1.1764
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5434.
+This is revision 1.5435.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Sunday, 30 October 2011 17:46:32 UTC