[Bug 23982] Focus Ring out of canvas

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23982

Rich Schwerdtfeger <schwer@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwer@us.ibm.com

--- Comment #2 from Rich Schwerdtfeger <schwer@us.ibm.com> ---
This is simple. Anything drawn in canvas is clipped to the bounds of the canvas
region. This is 2D graphics engine 101. You don't see any of the other canvas
drawing calls talking about clipping. This should be handled by the browser and
is far too detailed a level of specificity. We don't mandate this elsewhere in
canvas that I am aware of.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 4 December 2013 14:57:33 UTC