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 24162 - drawSystemFocusRing: Inform assistive technologies of the location event when it does not have focus
Summary: drawSystemFocusRing: Inform assistive technologies of the location event when...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML Canvas 2D Context (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: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y_canvas
Depends on:
Blocks:
 
Reported: 2013-12-23 17:52 UTC by Rich Schwerdtfeger
Modified: 2015-06-16 20:42 UTC (History)
11 users (show)

See Also:


Attachments

Description Rich Schwerdtfeger 2013-12-23 17:52:48 UTC
http://www.w3.org/2013/12/16-html-a11y-minutes.html

Modify drawSystemFocusRing to inform assistive technologies of the location event when it does not have focus.
Comment 1 Rich Schwerdtfeger 2013-12-23 17:57:04 UTC
This is in response to action 244
Comment 2 Rich Schwerdtfeger 2013-12-23 18:31:06 UTC
The suggested text to address this bug can be found at:

http://lists.w3.org/Archives/Public/public-canvas-api/2013OctDec/0047.html
Comment 3 Philippe Le Hegaret 2015-06-16 20:28:33 UTC
Moved back to L1
Comment 4 Philippe Le Hegaret 2015-06-16 20:42:53 UTC
This should have been addressed by:
[[
If element is not focused or is not a descendant of the element with whose context the method is associated, then abort these steps.
[...]
Inform the user of the location given by the path. The full location of the corresponding fallback element is passed to the accessibility API, if supported. User agents may wait until the next time the event loop reaches its "update the rendering" step to inform the user.
]]