- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 26 Jun 2013 10:50:13 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/e4e786c9fc78
branches:
changeset: 522:e4e786c9fc78
user: Richard Schwerdtfeger <schwer@us.ibm.com>
date: Wed Jun 26 12:48:29 2013 -0500
description:
correct a spelling error
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
@@ -1522,17 +1522,17 @@ we can use directly for that.</p>
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 <a class="idlinterface" href="types.html#DataTypeNumber">number</a>)</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 progrmmatic intervention.
+ 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>
<dd>
<dl class="attributes">
<dt id="__svg__SVGElement__focus" class="operation first-child">void <b>focus</b>()</dt>
Received on Wednesday, 26 June 2013 17:50:46 UTC