This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13738 - "Element level Focus APIs" should include addition information regarding accessibility
Summary: "Element level Focus APIs" should include addition information regarding acce...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y Task Force (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: This bug has no owner yet - up for the taking
URL: http://www.w3.org/mid/B6CB855C5769484...
Whiteboard:
Keywords: a11y
Depends on:
Blocks: 13590
  Show dependency treegraph
 
Reported: 2011-08-10 03:42 UTC by Michael[tm] Smith
Modified: 2016-04-14 14:16 UTC (History)
8 users (show)

See Also:


Attachments

Description Michael[tm] Smith 2011-08-10 03:42:09 UTC
http://www.w3.org/mid/B6CB855C5769484F862F4FB2CCFA50F402D545A7@VHAISHMSGJ2.vha.med.va.gov

Element level Focus APIs

In this section, people are instructed to use CSS to hide the focus ring
if they "find it unsightly".  There should be additional information
letting them know that doing so can jeopardize accessibility for some
people including those who can see the screen, but who also rely upon
keyboard accessibility.  

[split out from bug 13590]
Comment 1 Ian 'Hixie' Hickson 2011-08-31 23:10:16 UTC
EDITOR'S RESPONSE: This is an Editor'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: Accepted
Change Description: no spec change
Rationale: This seems to have been fixed already.
Comment 2 Léonie Watson 2014-06-26 11:32:41 UTC
Moved to HTML A11y TF component.
Comment 3 Charles McCathieNevile 2016-04-14 14:16:01 UTC
As Hixie mentioned, already fixed in HTML5: 

[[[
Do not use this method to hide the focus ring if you find the focus ring unsightly. Instead, use a CSS rule to override the outline property, and provide a different way to show what element is focused. Be aware that if an alternative focusing style isn’t made available, the page will be significantly less usable for people who primarily navigate pages using a keyboard, or those with reduced vision who use focus outlines to help them navigate the page.
]]]