[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


Vladimir Vukicevic (Mozilla) <vladimir@pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vladimir@pobox.com




--- Comment #6 from Vladimir Vukicevic (Mozilla) <vladimir@pobox.com>  2010-01-20 18:55:43 ---
(Sorry -- first I've seen this, has no mention of canvas anywhere so my filters
didn't catch it.)

There's very little rationale for the original request, though Hixie identifies
a couple of possible needs.  But, I don't think that a method on the 2D context
is the best place for this -- it's a pretty odd thing to stick onto the 2D
rendering context which otherwise has no user interaction.  This seems like it
would be more useful as a toplevel Document API that overlays a focus ring at a
specific location on the page, or something of that nature.


-- 
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 Wednesday, 20 January 2010 18:55:46 UTC