html5/spec-author-view Overview.html,1.1703,1.1704 dom.html,1.1167,1.1168 spec.html,1.1833,1.1834 spec.preprocessed.html,1.685,1.686

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv28219

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1703
retrieving revision 1.1704
diff -u -d -r1.1703 -r1.1704
--- Overview.html	30 Oct 2011 16:58:29 -0000	1.1703
+++ Overview.html	30 Oct 2011 17:57:13 -0000	1.1704
@@ -169,7 +169,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5434.</p> 
+      This is revision 1.5435.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1833
retrieving revision 1.1834
diff -u -d -r1.1833 -r1.1834
--- spec.html	30 Oct 2011 16:58:29 -0000	1.1833
+++ spec.html	30 Oct 2011 17:57:13 -0000	1.1834
@@ -170,7 +170,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5434.</p> 
+      This is revision 1.5435.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -3112,7 +3112,7 @@
   [TreatNonCallableAsNull] attribute <a href="#function" id="function_52">Function</a>? <a href="#ix-handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 
   // special <a href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a> that only apply to Document objects
-  [TreatNonCallableAsNull] attribute <a href="#function" id="function_53">Function</a>? <a href="http://dev.w3.org/html5/spec/.html#ix-handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.' class="full-spec-link">onreadystatechange</a>;
+  [TreatNonCallableAsNull,LenientThis] attribute <a href="#function" id="function_53">Function</a>? <a href="http://dev.w3.org/html5/spec/.html#ix-handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.' class="full-spec-link">onreadystatechange</a>;
 };</pre><h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents  throw a
   <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#securityerror" class="full-spec-link" title='Read about this "SecurityError" reference in the full HTML5 spec.'>SecurityError</a></code> exception whenever any properties of a
   <code><a href="#document" id="document_31">Document</a></code> object are accessed by scripts whose

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.1167
retrieving revision 1.1168
diff -u -d -r1.1167 -r1.1168
--- dom.html	30 Oct 2011 16:58:29 -0000	1.1167
+++ dom.html	30 Oct 2011 17:57:13 -0000	1.1168
@@ -291,7 +291,7 @@
   [TreatNonCallableAsNull] attribute <a href="webappapis.html#function" id="function_52">Function</a>? <a href="index.html#ix-handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 
   // special <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a> that only apply to Document objects
-  [TreatNonCallableAsNull] attribute <a href="webappapis.html#function" id="function_53">Function</a>? <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#ix-handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
+  [TreatNonCallableAsNull,LenientThis] attribute <a href="webappapis.html#function" id="function_53">Function</a>? <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#ix-handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
 };</pre><h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents  throw a
   <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#securityerror" title='Read about this "SecurityError" reference in the full HTML5 spec.'>SecurityError</a></code> exception whenever any properties of a
   <code><a href="infrastructure.html#document" id="document_31">Document</a></code> object are accessed by scripts whose

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -d -r1.685 -r1.686
--- spec.preprocessed.html	30 Oct 2011 16:58:36 -0000	1.685
+++ spec.preprocessed.html	30 Oct 2011 17:57:18 -0000	1.686
@@ -183,7 +183,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5434.</p> 
+      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
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2672,7 +2672,7 @@
   [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#ix-handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 
   // special <a href="#event-handler-idl-attributes">event handler IDL attributes</a> that only apply to Document objects
-  [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#ix-handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
+  [TreatNonCallableAsNull,LenientThis] attribute <a href="#function">Function</a>? <a href="#ix-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="#securityerror">SecurityError</a></code> exception whenever any properties of a
   <code><a href="#document">Document</a></code> object are accessed by scripts whose

Received on Sunday, 30 October 2011 17:57:36 UTC