- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 13 Jun 2013 15:41:53 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/515c50190ff0
branches:
changeset: 515:515c50190ff0
user: Cameron McCormack <cam@mcc.id.au>
date: Fri Jun 14 08:40:11 2013 +1000
description:
Fix another broken link.
diffstat:
master/interact.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (22 lines):
diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -1307,17 +1307,17 @@ element.
</ul></dd>
</dl><p>An element that has its <a href="#specially-focusable">tabindex focus flag</a> set but
does not otherwise have an <a href="http://www.w3.org/TR/html5/dom.html#activation-behavior">activation behavior</a> defined
has an <a href="http://www.w3.org/TR/html5/dom.html#activation-behavior">activation behavior</a> that does nothing.</p>
<p class="note">This means that an element that is only focusable
because of its <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> attribute
- will fire a <code><a href="infrastructure.html#event-click">click</a></code> event in response
+ will fire a <code><a href="#ClickEvent">click</a></code> event in response
to a non-mouse activation (e.g. hitting the "enter" key while the
element is focused).</p>
<p>The <dfn id="dom-tabindex" title="dom-tabIndex"><code>tabIndex</code></dfn> IDL
attribute must <a href="http://www.w3.org/TR/html5/infrastructure.html#reflect">reflect</a> the value of the <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> content attribute. Its default
value is 0 for elements that are focusable and −1 for
elements that are not focusable.</p>
Received on Thursday, 13 June 2013 22:42:17 UTC