svg2: Don't say tabIndex is read only in the prose section.

details:   https://svgwg.org/hg/svg2/rev/aa7681741dfa
branches:  
changeset: 688:aa7681741dfa
user:      Cameron McCormack <cam@mcc.id.au>
date:      Fri Jul 04 08:04:54 2014 +1000
description:
Don't say tabIndex is read only in the prose section.

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
@@ -1503,17 +1503,17 @@ SVG language (such as the <a>SVGPathElem
       <dt id="__svg__SVGElement__viewportElement" class="attribute"><b>viewportElement</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a>)</span></dt>
       <dd class="attribute">
         <div>
           The element which established the current viewport. Often, the nearest
           ancestor <a>'svg'</a> element. Null if the given element is the
           <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.
         </div>
       </dd>
     </dl>
   </dd>
   <dt class="operations">Operations:</dt>

Received on Thursday, 3 July 2014 22:05:05 UTC