- From: poot <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 08:28:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: update domintro and xref (whatwg r5458) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4352&r2=1.4353&f=h http://html5.org/tools/web-apps-tracker?from=5457&to=5458 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4352 retrieving revision 1.4353 diff -u -d -r1.4352 -r1.4353 --- Overview.html 9 Sep 2010 23:24:20 -0000 1.4352 +++ Overview.html 9 Sep 2010 23:28:19 -0000 1.4353 @@ -7196,8 +7196,8 @@ <hr></div><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"> @@ -7206,11 +7206,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 @@ -47621,7 +47621,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> @@ -67669,7 +67669,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> @@ -68179,7 +68179,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
Received on Thursday, 9 September 2010 23:29:01 UTC