Don't say tabIndex is read only in the prose section.
authorCameron McCormack <cam@mcc.id.au>
Fri, 04 Jul 2014 08:04:54 +1000
changeset 688 aa7681741dfa
parent 687 5f0c48cc0f64
child 689 92ca1fecaf87
Don't say tabIndex is read only in the prose section.
master/types.html
--- a/master/types.html	Thu Jun 26 18:21:36 2014 +0200
+++ b/master/types.html	Fri Jul 04 08:04:54 2014 +1000
@@ -1508,7 +1508,7 @@
           <a>outermost svg element</a>.
         </div>
       </dd>
-      <dt id="__svg__SVGElement__tabIndex" class="attribute"><b>tabIndex</b><span class="idl-type-parenthetical"> (readonly long)</span></dt>
+      <dt id="__svg__SVGElement__tabIndex" class="attribute"><b>tabIndex</b><span class="idl-type-parenthetical"> (long)</span></dt>
       <dd class="attribute">
         <div>
           The tabIndex attribute must <a href="http://www.w3.org/TR/html5/infrastructure.html#reflect">reflect</a> the value of the <a href="interact.html#sequential-focus-navigation-and-the-tabindex-attribute">tabindex</a> content attribute. Its default value is 0 for elements that are directly focusable, such as through keyboard tabbing in browsers that support that functionality, and −1 for elements that are not focusable without programmatic intervention.