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 24245 - Define a focus ring object to use with custom focus rings
Summary: Define a focus ring object to use with custom focus rings
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y_canvas
Depends on:
Blocks:
 
Reported: 2014-01-08 23:31 UTC by Jay Munro
Modified: 2015-06-16 20:44 UTC (History)
4 users (show)

See Also:


Attachments

Description Jay Munro 2014-01-08 23:31:06 UTC
The way drawCustomFocusRing appears to work is to give accessibility devices the location of the fallback element, and to signal to the dev to draw something. 

I'm thinking that we could have a focus ring object that contains attributes for color, transparency, line type, and possibly some other visual attributes such as pattern or image. 

It would be tied to the fallback element, as well as a specific path (might work best with the Path object). There could be more than one focus ring object defined to allow rings to be drawn in different colors to compensate for different background colors. 

The benefit would be a standard but changeable focus ring display.
Comment 1 Philippe Le Hegaret 2015-06-16 20:28:43 UTC
Moved back to L1
Comment 2 Philippe Le Hegaret 2015-06-16 20:44:22 UTC
drawCustomFocusRing is no longer closing.