Skip to content

Commit

Permalink
Add link to HTML tabIndex IDL attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dstorey committed Apr 19, 2018
1 parent 1182524 commit 2a9755a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/types.html
Expand Up @@ -1584,8 +1584,8 @@ <h2 id="DOMInterfacesForReflectingSVGAttributes">DOM interfaces for reflecting S
<ul>
<li>If the type of the reflecting IDL attribute is a
<a href="http://heycam.github.io/webidl/#dfn-primitive-type">primitive type</a> (such as
<b>long</b>, as used by tabIndex
on <a>SVGElement</a>) or <b>DOMString</b> (as used by
<b>long</b>, as used by <a href="https://html.spec.whatwg.org/multipage/interaction.html#dom-tabindex">tabIndex</a>
on <a>SVGElement</a>) or <b>DOMString</b> (as used by
<a href="styling.html#__svg__SVGStyleElement__title">title</a> on <a>SVGStyleElement</a>),
then the rules for
<a href="https://html.spec.whatwg.org/multipage/infrastructure.html#reflect">reflecting
Expand Down

0 comments on commit 2a9755a

Please sign in to comment.