SVGElement.tabIndex should not be readonly.
authorCameron McCormack <cam@mcc.id.au>
Tue, 01 Apr 2014 14:00:08 +1100
changeset 647 906d694d4ad6
parent 646 e6a50df445c3
child 648 9d332c4d7eb5
SVGElement.tabIndex should not be readonly.
master/types.html
--- a/master/types.html	Tue Feb 25 16:58:29 2014 -0600
+++ b/master/types.html	Tue Apr 01 14:00:08 2014 +1100
@@ -1448,7 +1448,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 long <a href="types.html#__svg__SVGElement__tabIndex">tabIndex</a>;
+           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>();        
 };