Skip to content

Commit

Permalink
[giow] (2) Define when the platform-specific focusing behavior happen…
Browse files Browse the repository at this point in the history
…s relative to focus events, etc.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11699

git-svn-id: http://svn.whatwg.org/webapps@5911 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2011
1 parent aa0e486 commit 8d5c854
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
12 changes: 11 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; Last Updated 18 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -67179,6 +67179,16 @@ <h4 id=focus-management><span class=secno>8.3.2 </span>Focus management</h4>

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

Expand Down
12 changes: 11 additions & 1 deletion index
Expand Up @@ -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 &mdash; Last Updated 18 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -67188,6 +67188,16 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {

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

Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -76496,6 +76496,16 @@ interface <dfn>NavigatorStorageUtils</dfn> {

</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 -->
Expand Down

0 comments on commit 8d5c854

Please sign in to comment.