[html5] r8152 - [giow] (2) Make autofocus='' not force the 'load' event to be delayed by style c [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 21 22:23:57 PDT 2013


Author: ianh
Date: 2013-08-21 22:23:56 -0700 (Wed, 21 Aug 2013)
New Revision: 8152

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make autofocus='' not force the 'load' event to be delayed by style computation.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-21 23:34:15 UTC (rev 8151)
+++ complete.html	2013-08-22 05:23:56 UTC (rev 8152)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 21 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 22 August 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -53488,7 +53488,7 @@
    steps</a> for that element. User agents may also change the
    scrolling position of the document, or perform some other action
    that brings the element to the user's attention. The <a href=#task-source>task
-   source</a> for this task is the <a href=#dom-manipulation-task-source>DOM manipulation task
+   source</a> for this task is the <a href=#user-interaction-task-source>user interaction task
    source</a>.</li>
 
   </ol><p class=note>This handles the automatic focusing during document

Modified: index
===================================================================
--- index	2013-08-21 23:34:15 UTC (rev 8151)
+++ index	2013-08-22 05:23:56 UTC (rev 8152)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 21 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 22 August 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -53488,7 +53488,7 @@
    steps</a> for that element. User agents may also change the
    scrolling position of the document, or perform some other action
    that brings the element to the user's attention. The <a href=#task-source>task
-   source</a> for this task is the <a href=#dom-manipulation-task-source>DOM manipulation task
+   source</a> for this task is the <a href=#user-interaction-task-source>user interaction task
    source</a>.</li>
 
   </ol><p class=note>This handles the automatic focusing during document

Modified: source
===================================================================
--- source	2013-08-21 23:34:15 UTC (rev 8151)
+++ source	2013-08-22 05:23:56 UTC (rev 8152)
@@ -58874,7 +58874,7 @@
    steps</span> for that element. User agents may also change the
    scrolling position of the document, or perform some other action
    that brings the element to the user's attention. The <span>task
-   source</span> for this task is the <span>DOM manipulation task
+   source</span> for this task is the <span>user interaction task
    source</span>.</p></li>
 
   </ol>




More information about the Commit-Watchers mailing list