- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Aug 2008 19:27:38 +0900 (JST)
- To: public-html-diffs@w3.org
type (credit: avk) (whatwg r2059)
focusable
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1238.html#focusable
tabIndex
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1238.html#tabindex0
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1237&r2=1.1238&f=h
http://html5.org/tools/web-apps-tracker?from=2058&to=2059
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1237
retrieving revision 1.1238
diff -u -d -r1.1237 -r1.1238
--- Overview.html 12 Aug 2008 10:19:09 -0000 1.1237
+++ Overview.html 12 Aug 2008 10:24:50 -0000 1.1238
@@ -39808,7 +39808,7 @@
<p>The <dfn id=tabindex0 title=dom-tabIndex><code>tabIndex</code></dfn> DOM
attribute must <a href="#reflect">reflect</a> the value of the <code
- title=attr-tabIndex><a href="#tabindex">tabIndex</a></code> content
+ title=attr-tabindex><a href="#tabindex">tabindex</a></code> content
attribute. If the attribute is not present, or parsing its value returns
an error, then the DOM attribute must return 0 for elements that are
focusable and −1 for elements that are not focusable.</p>
Received on Tuesday, 12 August 2008 10:28:15 UTC