[html5] r5911 - [giow] (2) Define when the platform-specific focusing behavior happens relative [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 18 16:26:03 PST 2011


Author: ianh
Date: 2011-02-18 16:26:01 -0800 (Fri, 18 Feb 2011)
New Revision: 5911

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Define when the platform-specific focusing behavior happens relative to focus events, etc.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11699

Modified: complete.html
===================================================================
--- complete.html	2011-02-18 23:58:15 UTC (rev 5910)
+++ complete.html	2011-02-19 00:26:01 UTC (rev 5911)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -67179,6 +67179,16 @@
 
    </li>
 
+   <li>
+
+    <p>The user agent may apply relevant platform-specific conventions
+    for focusing widgets.</p>
+
+    <p class=note>For example, some platforms select the contents of
+    a text field when that field is focused.</p>
+
+   </li>
+
    <li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-focus>focus</code> at the element.</li>
    <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->
 

Modified: index
===================================================================
--- index	2011-02-18 23:58:15 UTC (rev 5910)
+++ index	2011-02-19 00:26:01 UTC (rev 5911)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -67188,6 +67188,16 @@
 
    </li>
 
+   <li>
+
+    <p>The user agent may apply relevant platform-specific conventions
+    for focusing widgets.</p>
+
+    <p class=note>For example, some platforms select the contents of
+    a text field when that field is focused.</p>
+
+   </li>
+
    <li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-focus>focus</code> at the element.</li>
    <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->
 

Modified: source
===================================================================
--- source	2011-02-18 23:58:15 UTC (rev 5910)
+++ source	2011-02-19 00:26:01 UTC (rev 5911)
@@ -76496,6 +76496,16 @@
 
    </li>
 
+   <li>
+
+    <p>The user agent may apply relevant platform-specific conventions
+    for focusing widgets.</p>
+
+    <p class="note">For example, some platforms select the contents of
+    a text field when that field is focused.</p>
+
+   </li>
+
    <li><p><span>Fire a simple event</span> named <code
    title="event-focus">focus</code> at the element.</p></li>
    <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->




More information about the Commit-Watchers mailing list