Skip to content

Commit

Permalink
[e] (0) note to self regarding focus/blur event types
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5692 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 1, 2010
1 parent cda1c76 commit 4f662a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -65359,6 +65359,7 @@ <h4 id=focus-management><span class=secno>8.3.2 </span>Focus management</h4>
</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 -->

</ol><p>User agents must synchronously run the <a href=#focusing-steps>focusing
steps</a> for an element whenever the user moves the focus to a
Expand All @@ -65378,6 +65379,7 @@ <h4 id=focus-management><span class=secno>8.3.2 </span>Focus management</h4>
<li><p>Unfocus the element.</li>

<li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-blur>blur</code> at the element.</li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->

</ol><p>When an element that is focused stops being a
<a href=#focusable>focusable</a> element, or stops being focused without
Expand Down
2 changes: 2 additions & 0 deletions index
Expand Up @@ -65365,6 +65365,7 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
</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 -->

</ol><p>User agents must synchronously run the <a href=#focusing-steps>focusing
steps</a> for an element whenever the user moves the focus to a
Expand All @@ -65384,6 +65385,7 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
<li><p>Unfocus the element.</li>

<li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-blur>blur</code> at the element.</li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->

</ol><p>When an element that is focused stops being a
<a href=#focusable>focusable</a> element, or stops being focused without
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -74441,6 +74441,7 @@ interface <dfn>NavigatorAbilities</dfn> {

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

</ol>

Expand Down Expand Up @@ -74468,6 +74469,7 @@ interface <dfn>NavigatorAbilities</dfn> {

<li><p><span>Fire a simple event</span> named <code
title="event-blur">blur</code> at the element.</p></li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/723 -->

</ol>

Expand Down

0 comments on commit 4f662a4

Please sign in to comment.