svg2: SVGElement.tabIndex should not be readonly.

details:   https://svgwg.org/hg/svg2/rev/906d694d4ad6
branches:  
changeset: 647:906d694d4ad6
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Apr 01 14:00:08 2014 +1100
description:
SVGElement.tabIndex should not be readonly.

diffstat:

 master/types.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (22 lines):

diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -1443,17 +1443,17 @@ SVG language (such as the <a>SVGPathElem
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedString">SVGAnimatedString</a> <a href="types.html#__svg__SVGElement__className">className</a>;
   readonly attribute <a class="idlinterface" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSStyleDeclaration">CSSStyleDeclaration</a> <a href="types.html#__svg__SVGElement__style">style</a>;
 
   attribute DOMString <a href="types.html#__svg__SVGElement__xmllang">xmllang</a>;
   attribute DOMString <a href="types.html#__svg__SVGElement__xmlspace">xmlspace</a>;
 
   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>();        
 };
 
 <a>SVGElement</a> implements <a>GlobalEventHandlers</a>;</pre>
 
 <dl class="interface">
   <dt class="attributes-header">Attributes:</dt>

Received on Tuesday, 1 April 2014 03:02:07 UTC