Don't say tabIndex is read only in the prose section.
--- 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.