- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Aug 2008 10:24:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6280
Modified Files:
Overview.html
Log Message:
type (credit: avk) (whatwg r2059)
Index: Overview.html
===================================================================
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:25:26 UTC