<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>11473</bug_id>
          
          <creation_ts>2010-12-05 09:52:58 +0000</creation_ts>
          <short_desc>Clarify proper tabindex usage</short_desc>
          <delta_ts>2011-08-04 05:00:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</resolution>
          
          
          <bug_file_loc>a11y</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Peter Winnberg">peter.winnberg</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>mike</cc>
    
    <cc>mounir</cc>
    
    <cc>oedipus</cc>
    
    <cc>public-html-a11y</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>43062</commentid>
    <comment_count>0</comment_count>
    <who name="Peter Winnberg">peter.winnberg</who>
    <bug_when>2010-12-05 09:52:58 +0000</bug_when>
    <thetext>Using the tabindex attribute can be problematic as shown below. Because of this I suggest that advice on how to use it properly is added to the specification or that the tabindex attribute is marked as deprecated.

Take this example, a page with 2 navigation lists and then the main content of the page (in that order in the source). The first list has a fixed width and is floated left. The second list also has a fixed width but it floated right. This gives us a page with one navigation list in the left column, the main content in the middle column, and another navigation list in the right column.

Now if I use the keyboard to &quot;tab&quot; through this page it would go from the left column, then to the right column, and then to the middle column. If I wanted it to go in this order, left, middle, and then right column then this could be done using the tabindex attribute. However this is where it gets problematic because using the tabindex to do this would also change the &quot;tab order&quot; when the page is viewed with a different style sheet or without one.

Without tabindex:
http://peterwinnberg.name/tests/html5-tabindex-1.xhtml 

Tabindex is used to get left, middle, and then right &quot;tab order&quot;:
http://peterwinnberg.name/tests/html5-tabindex-2.xhtml

Also, using a negative value on tabindex can make the content inaccessible for anyone that is using an input device that is affected by sequential focus navigation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43067</commentid>
    <comment_count>1</comment_count>
    <who name="Peter Winnberg">peter.winnberg</who>
    <bug_when>2010-12-05 12:40:45 +0000</bug_when>
    <thetext>This article suggests that the tabindex attribute can, and should, be used as a way to skip past navigation links:
http://webdesign.about.com/od/usability/a/aa071105.htm

11.1 Keyboard access to forms in the WCAG 1.0:
http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-keyboard-access</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44074</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-01-11 00:44:02 +0000</bug_when>
    <thetext>I&apos;m not sure what you&apos;re suggesting should change. Note that the spec doesn&apos;t require that the tab order goes in the tree order  if browsers tab in tree order rather than presentation order, I would recommend filing a bug with the browsers, suggesting that they instead tab in the presentation order.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>45688</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-02-16 09:45:34 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Did Not Understand Request
Change Description: no spec change
Rationale: see comment 2.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52389</commentid>
    <comment_count>4</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:00:57 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>