- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Dec 2010 00:47:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8285
Modified Files:
editing.html spec.html tabular-data.html
Log Message:
note to self regarding focus/blur event types (whatwg r5692)
[updated by splitter]
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- tabular-data.html 30 Nov 2010 20:46:50 -0000 1.1008
+++ tabular-data.html 1 Dec 2010 00:47:42 -0000 1.1009
@@ -1455,7 +1455,7 @@
<p>The <dfn id="dom-th-scope" title="dom-th-scope"><code>scope</code></dfn> IDL
attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the
- same name.</p>
+ same name, <a href="common-dom-interfaces.html#limited-to-only-known-values">limited to only known values</a>.</p>
</div><div class="example">
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- editing.html 11 Nov 2010 01:46:59 -0000 1.1018
+++ editing.html 1 Dec 2010 00:47:34 -0000 1.1019
@@ -665,6 +665,7 @@
</li>
<li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-focus">focus</code> at the element.</p></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
@@ -684,6 +685,7 @@
</li><li><p>Unfocus the element.</p></li>
<li><p><a href="webappapis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-blur">blur</code> at the element.</p></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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1336
retrieving revision 1.1337
diff -u -d -r1.1336 -r1.1337
--- spec.html 30 Nov 2010 22:46:38 -0000 1.1336
+++ spec.html 1 Dec 2010 00:47:42 -0000 1.1337
@@ -385,7 +385,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4558.
+This is revision 1.4560.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 1 December 2010 00:47:47 UTC