ACTION-1382: Fix typo in roving tabindex section (section 3.1.3)
Fix typo in roving tabindex section (section 3.1.3)
- State:
- closed
- Person:
- Joseph Scheuhammer
- Due on:
- February 13, 2014
- Created on:
- February 6, 2014
- Associated Product:
- ARIA 1.0 Authoring Practices
- Related emails:
- No related emails
Related notes:
See email on public comments list:
http://lists.w3.org/Archives/Public/public-pfwg-comments/2014JanMar/0010.html
Fix is third bullet of first list in section 3.1.3:
http://www.w3.org/WAI/PF/aria-practices/Overview.html#kbd_general_within
<change>
... on the item whose tabindex="-1"
</change>
<to>
... on the item whose tabindex="0"
</to>
08 Apr 2014
Modified section 3.1.3, "Keyboard Navigation within Widgets" to fix errant
tabindex value: changed to "0" from "1". Otherwise clarified the wording
within the section.
Display change log.