[html5] r5458 - [e] (0) update domintro and xref Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 9 16:28:15 PDT 2010


Author: ianh
Date: 2010-09-09 16:28:14 -0700 (Thu, 09 Sep 2010)
New Revision: 5458

Modified:
   complete.html
   index
   source
Log:
[e] (0) update domintro and xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10279

Modified: complete.html
===================================================================
--- complete.html	2010-09-09 23:24:14 UTC (rev 5457)
+++ complete.html	2010-09-09 23:28:14 UTC (rev 5458)
@@ -8266,8 +8266,8 @@
 
   <dl class=domintro><dt><var title="">document</var> . <code title=dom-document-readyState><a href=#dom-document-readystate>readyState</a></code></dt>
    <dd>
-    <p>Returns "loading" while the <code><a href=#document>Document</a></code> is loading, and "complete" once it has loaded.</p>
-    <p>The <code title=event-readystatechange>readystatechange</code> event fires on the <code><a href=#document>Document</a></code> object when this value changes.</p>
+    <p>Returns "loading" while the <code><a href=#document>Document</a></code> is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.</p>
+    <p>The <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code> event fires on the <code><a href=#document>Document</a></code> object when this value changes.</p>
    </dd>
 
   </dl><div class=impl>
@@ -8276,11 +8276,11 @@
   <code><a href=#document>Document</a></code> object is created, it must have its
   <a href=#current-document-readiness>current document readiness</a> set to the string "loading"
   if the document is associated with an <a href=#html-parser>HTML parser</a> or an
-  <a href=#xml-parser>XML parser</a>, or to the string "complete"
-  otherwise. Various algorithms during page loading affect this
-  value. When the value is set, the user agent must <a href=#fire-a-simple-event>fire a
-  simple event</a> named <code title=event-readystatechange>readystatechange</code> at the
-  <code><a href=#document>Document</a></code> object.</p>
+  <a href=#xml-parser>XML parser</a>, or to the string "complete" otherwise.
+  Various algorithms during page loading affect this value. When the
+  value is set, the user agent must <a href=#fire-a-simple-event>fire a simple event</a>
+  named <dfn id=event-readystatechange title=event-readystatechange><code>readystatechange</code></dfn>
+  at the <code><a href=#document>Document</a></code> object.</p>
 
   <p>A <code><a href=#document>Document</a></code> is said to have an <dfn id=active-parser>active
   parser</dfn> if it is associated with an <a href=#html-parser>HTML parser</a> or
@@ -64930,7 +64930,7 @@
     <tr><td><dfn id=handler-onplaying title=handler-onplaying><code>onplaying</code></dfn> <td> <code title=event-media-playing><a href=#event-media-playing>playing</a></code>
     <tr><td><dfn id=handler-onprogress title=handler-onprogress><code>onprogress</code></dfn> <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code>
     <tr><td><dfn id=handler-onratechange title=handler-onratechange><code>onratechange</code></dfn> <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code>
-    <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange>readystatechange</code>
+    <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code>
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code> <!-- widely used --> <!-- [CSSOM] -->
     <tr><td><dfn id=handler-onseeked title=handler-onseeked><code>onseeked</code></dfn> <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code>
     <tr><td><dfn id=handler-onseeking title=handler-onseeking><code>onseeking</code></dfn> <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code>
@@ -91998,7 +91998,7 @@
 
     <tr><th id=ix-handler-onreadystatechange> <code title="">onreadystatechange</code>
      <td> <a href=#handler-onreadystatechange title=handler-onreadystatechange>HTML elements</a>
-     <td> <code title=event-readystatechange>readystatechange</code> event handler
+     <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code> event handler
      <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id=ix-handler-window-onredo> <code title="">onredo</code>

Modified: index
===================================================================
--- index	2010-09-09 23:24:14 UTC (rev 5457)
+++ index	2010-09-09 23:28:14 UTC (rev 5458)
@@ -8243,8 +8243,8 @@
 
   <dl class=domintro><dt><var title="">document</var> . <code title=dom-document-readyState><a href=#dom-document-readystate>readyState</a></code></dt>
    <dd>
-    <p>Returns "loading" while the <code><a href=#document>Document</a></code> is loading, and "complete" once it has loaded.</p>
-    <p>The <code title=event-readystatechange>readystatechange</code> event fires on the <code><a href=#document>Document</a></code> object when this value changes.</p>
+    <p>Returns "loading" while the <code><a href=#document>Document</a></code> is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.</p>
+    <p>The <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code> event fires on the <code><a href=#document>Document</a></code> object when this value changes.</p>
    </dd>
 
   </dl><div class=impl>
@@ -8253,11 +8253,11 @@
   <code><a href=#document>Document</a></code> object is created, it must have its
   <a href=#current-document-readiness>current document readiness</a> set to the string "loading"
   if the document is associated with an <a href=#html-parser>HTML parser</a> or an
-  <a href=#xml-parser>XML parser</a>, or to the string "complete"
-  otherwise. Various algorithms during page loading affect this
-  value. When the value is set, the user agent must <a href=#fire-a-simple-event>fire a
-  simple event</a> named <code title=event-readystatechange>readystatechange</code> at the
-  <code><a href=#document>Document</a></code> object.</p>
+  <a href=#xml-parser>XML parser</a>, or to the string "complete" otherwise.
+  Various algorithms during page loading affect this value. When the
+  value is set, the user agent must <a href=#fire-a-simple-event>fire a simple event</a>
+  named <dfn id=event-readystatechange title=event-readystatechange><code>readystatechange</code></dfn>
+  at the <code><a href=#document>Document</a></code> object.</p>
 
   <p>A <code><a href=#document>Document</a></code> is said to have an <dfn id=active-parser>active
   parser</dfn> if it is associated with an <a href=#html-parser>HTML parser</a> or
@@ -64930,7 +64930,7 @@
     <tr><td><dfn id=handler-onplaying title=handler-onplaying><code>onplaying</code></dfn> <td> <code title=event-media-playing><a href=#event-media-playing>playing</a></code>
     <tr><td><dfn id=handler-onprogress title=handler-onprogress><code>onprogress</code></dfn> <td> <code title=event-media-progress><a href=#event-media-progress>progress</a></code>
     <tr><td><dfn id=handler-onratechange title=handler-onratechange><code>onratechange</code></dfn> <td> <code title=event-media-ratechange><a href=#event-media-ratechange>ratechange</a></code>
-    <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange>readystatechange</code>
+    <tr><td><dfn id=handler-onreadystatechange title=handler-onreadystatechange><code>onreadystatechange</code></dfn> <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code>
     <tr><td><dfn id=handler-onscroll title=handler-onscroll><code>onscroll</code></dfn> <td> <code title=event-scroll>scroll</code> <!-- widely used --> <!-- [CSSOM] -->
     <tr><td><dfn id=handler-onseeked title=handler-onseeked><code>onseeked</code></dfn> <td> <code title=event-media-seeked><a href=#event-media-seeked>seeked</a></code>
     <tr><td><dfn id=handler-onseeking title=handler-onseeking><code>onseeking</code></dfn> <td> <code title=event-media-seeking><a href=#event-media-seeking>seeking</a></code>
@@ -87916,7 +87916,7 @@
 
     <tr><th id=ix-handler-onreadystatechange> <code title="">onreadystatechange</code>
      <td> <a href=#handler-onreadystatechange title=handler-onreadystatechange>HTML elements</a>
-     <td> <code title=event-readystatechange>readystatechange</code> event handler
+     <td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code> event handler
      <td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id=ix-handler-window-onredo> <code title="">onredo</code>
@@ -88438,7 +88438,7 @@
      <td> <code><a href=#popstateevent>PopStateEvent</a></code>
      <td> Fired at the <code><a href=#window>Window</a></code> when the user navigates the <a href=#session-history>session history</a>
 
-    <tr><td> <code title=event-readystatechange>readystatechange</code>
+    <tr><td> <code title=event-readystatechange><a href=#event-readystatechange>readystatechange</a></code>
      <td> <code><a href=#event>Event</a></code>
      <td> Fired at the <code><a href=#document>Document</a></code> when it finishes parsing and again when all its subresources have finished loading
 

Modified: source
===================================================================
--- source	2010-09-09 23:24:14 UTC (rev 5457)
+++ source	2010-09-09 23:28:14 UTC (rev 5458)
@@ -8201,7 +8201,7 @@
 
    <dt><var title="">document</var> . <code title="dom-document-readyState">readyState</code></dt>
    <dd>
-    <p>Returns "loading" while the <code>Document</code> is loading, and "complete" once it has loaded.</p>
+    <p>Returns "loading" while the <code>Document</code> is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.</p>
     <p>The <code title="event-readystatechange">readystatechange</code> event fires on the <code>Document</code> object when this value changes.</p>
    </dd>
 
@@ -8213,12 +8213,12 @@
   <code>Document</code> object is created, it must have its
   <span>current document readiness</span> set to the string "loading"
   if the document is associated with an <span>HTML parser</span> or an
-  <span>XML parser</span>, or to the string "complete"
-  otherwise. Various algorithms during page loading affect this
-  value. When the value is set, the user agent must <span>fire a
-  simple event</span> named <code
-  title="event-readystatechange">readystatechange</code> at the
-  <code>Document</code> object.</p>
+  <span>XML parser</span>, or to the string "complete" otherwise.
+  Various algorithms during page loading affect this value. When the
+  value is set, the user agent must <span>fire a simple event</span>
+  named <dfn
+  title="event-readystatechange"><code>readystatechange</code></dfn>
+  at the <code>Document</code> object.</p>
 
   <p>A <code>Document</code> is said to have an <dfn>active
   parser</dfn> if it is associated with an <span>HTML parser</span> or




More information about the Commit-Watchers mailing list