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

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

--- Comment #19 from Charles Pritchard <chuck@jumis.com> 2011-04-15 21:49:03 UTC ---
(In reply to comment #13)
> (In reply to comment #12)
> > Working Group Decision:
> 
> In relation to this decision:
> * The change to add baseline to the TextMetric interface is not adopted.
> "... noted the editor's question 'which baseline?'"


Implementing TextMetric baseline in Mozilla:

https://hg.mozilla.org/mozilla-central/file/ec809c159ad2/content/canvas/src/nsCanvasRenderingContext2D.cpp

DrawOrMeasureText
gfxFloat anchorY

Lines 2745 through 2767.

TextMetrics.baseline returns anchorY.

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

Received on Friday, 15 April 2011 21:49:08 UTC