[Bug 11239] Canvas support accessible caret tracking independent of Focus Ring tracking

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

Charles Pritchard <chuck@jumis.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |chuck@jumis.com
         Resolution|WORKSFORME                  |

--- Comment #7 from Charles Pritchard <chuck@jumis.com> 2011-02-03 01:41:01 UTC ---
(In reply to comment #3)
> Rationale: As far as I can tell drawFocusRing() already does this.


drawFocusRing does not include line height attributes for caret tracking; it
only includes an x, y position. Caret height is used by some AT software to
better indicate the position of the caret. For example, arrows may be
positioned above and below the caret height to better indicate the current
position of the caret. This is not covered by drawFocusRing. For caret
tracking, it's unnecessary to redraw the focus path each time that the x, y
position of caret needs to be updated.

I'm not sure what the consensus is on Issue #131

Is the editor supportive of that issue?

-- 
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 Thursday, 3 February 2011 01:41:03 UTC