Short URL: http://html5.org/r/5458
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5458 | 10279 | update domintro and xref | 2010-09-09 23:28 |
Index: source
===================================================================
--- source (revision 5457)
+++ source (revision 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