svg2: removed duplicate text for tabindex regarding its attribute values

details:   https://svgwg.org/hg/svg2/rev/9af6fe5e4fbe
branches:  
changeset: 581:9af6fe5e4fbe
user:      Richard Schwerdtfeger <schwer@us.ibm.com>
date:      Mon Jan 27 12:41:51 2014 -0600
description:
removed duplicate text for tabindex regarding its attribute values

diffstat:

 master/interact.html |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (25 lines):

diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -1257,21 +1257,16 @@ element.
   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="#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>
-
   </div>
   <div class="impl">
 
   <h4 id="focus-management">Focus management</h4>
   
 <p class="issue">Need to decide how will replace some of the links pertainig to "in a document",  "Document", and "being rendered". This is dependent on Document work that needs to be added wrt. tabindex. Do we define our own definitions vs. what is in HTML5?</p>
 
   <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default

Received on Monday, 27 January 2014 18:44:35 UTC