Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) update domintro and xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10279

git-svn-id: http://svn.whatwg.org/webapps@5458 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2010
1 parent 1187e9d commit 0ea0533
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
18 changes: 9 additions & 9 deletions complete.html
Expand Up @@ -8266,8 +8266,8 @@ <h4 id=resource-metadata-management><span class=secno>3.1.3 </span><dfn>Resource

<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>
Expand All @@ -8276,11 +8276,11 @@ <h4 id=resource-metadata-management><span class=secno>3.1.3 </span><dfn>Resource
<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
Expand Down Expand Up @@ -64930,7 +64930,7 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
<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>
Expand Down Expand Up @@ -91998,7 +91998,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>

<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>
Expand Down
20 changes: 10 additions & 10 deletions index
Expand Up @@ -8243,8 +8243,8 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {

<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>
Expand All @@ -8253,11 +8253,11 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<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
Expand Down Expand Up @@ -64930,7 +64930,7 @@ interface <dfn id=function>Function</dfn> {
<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>
Expand Down Expand Up @@ -87916,7 +87916,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {

<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>
Expand Down Expand Up @@ -88438,7 +88438,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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

Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -8201,7 +8201,7 @@ interface <dfn>HTMLDocument</dfn> {

<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>

Expand All @@ -8213,12 +8213,12 @@ interface <dfn>HTMLDocument</dfn> {
<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
Expand Down

0 comments on commit 0ea0533

Please sign in to comment.