[html5] r5692 - [e] (0) note to self regarding focus/blur event types

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 30 16:26:30 PST 2010


Author: ianh
Date: 2010-11-30 16:26:28 -0800 (Tue, 30 Nov 2010)
New Revision: 5692

Modified:
   complete.html
   index
   source
Log:
[e] (0) note to self regarding focus/blur event types

Modified: complete.html
===================================================================
--- complete.html	2010-12-01 00:13:53 UTC (rev 5691)
+++ complete.html	2010-12-01 00:26:28 UTC (rev 5692)
@@ -65359,6 +65359,7 @@
    </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
@@ -65378,6 +65379,7 @@
    <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

Modified: index
===================================================================
--- index	2010-12-01 00:13:53 UTC (rev 5691)
+++ index	2010-12-01 00:26:28 UTC (rev 5692)
@@ -65365,6 +65365,7 @@
    </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
@@ -65384,6 +65385,7 @@
    <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

Modified: source
===================================================================
--- source	2010-12-01 00:13:53 UTC (rev 5691)
+++ source	2010-12-01 00:26:28 UTC (rev 5692)
@@ -74441,6 +74441,7 @@
 
    <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>
 
@@ -74468,6 +74469,7 @@
 
    <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>
 




More information about the Commit-Watchers mailing list