Fix SVGElement.tabIndex type and some typos.
--- a/master/types.html Sun Feb 02 13:14:16 2014 +1100
+++ b/master/types.html Sun Feb 02 15:16:27 2014 +1100
@@ -1449,7 +1449,7 @@
readonly attribute <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a>? <a href="types.html#__svg__SVGElement__ownerSVGElement">ownerSVGElement</a>;
readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a>? <a href="types.html#__svg__SVGElement__viewportElement">viewportElement</a>;
- readonly attribute <a href="types.html#DataTypeNumber">number</a> <a href="types.html#__svg__SVGElement__tabindex">tabIndex</a>;
+ readonly attribute long <a href="types.html#__svg__SVGElement__tabIndex">tabIndex</a>;
void <a href="types.html#__svg__SVGElement__focus">focus</a>();
void <a href="types.html#__svg__SVGElement__blur">blur</a>();
};
@@ -1521,7 +1521,7 @@
<a>outermost svg element</a>.
</div>
</dd>
- <dt id="__svg__SVGElement__tabindex" class="attribute"><b>tabindex</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#DataTypeNumber">number</a>)</span></dt>
+ <dt id="__svg__SVGElement__tabIndex" class="attribute"><b>tabIndex</b><span class="idl-type-parenthetical"> (readonly 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.