- From: poot <cvsmail@w3.org>
- Date: Wed, 1 Dec 2010 09:28:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: note to self regarding focus/blur event types (whatwg r5692) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4559&r2=1.4560&f=h http://html5.org/tools/web-apps-tracker?from=5691&to=5692 =================================================================== 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:28:40 UTC