html5/spec Overview.html,1.4559,1.4560

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6036

Modified Files:
	Overview.html 
Log Message:
note to self regarding focus/blur event types (whatwg r5692)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4559
retrieving revision 1.4560
diff -u -d -r1.4559 -r1.4560
--- Overview.html	1 Dec 2010 00:13:59 -0000	1.4559
+++ Overview.html	1 Dec 2010 00:26:37 -0000	1.4560
@@ -49360,6 +49360,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
@@ -49379,6 +49380,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

Received on Wednesday, 1 December 2010 00:26:43 UTC