[Bug 8210] Add drawFocusRing(x,y,w,h,element) which, if element is focused, draws a system focus ring at x,y,w,h.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8210





--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-01-05 01:14:32 ---
Seems like the requirements are:
   1. ability to draw an OS focus ring around a path
   2. ability to draw a custom focus ring if the OS focus style isn't needed
   3. ability to specify where the caret is, for magnification tracking
   4. design that encourages the author to keep an element in the DOM focused,
so that ATs can expose the state
   5. no reliance on CSS, since CSS is optional and we don't want the
accessibility story to fall apart when styles are absent


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 5 January 2010 01:14:34 UTC