[Bug 11342] TextMetrics should include distance from textBaseline to each of the baselines in the text

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |7798
            Summary|The TextMetrics baseline    |TextMetrics should include
                   |must provide a baseline     |distance from textBaseline
                   |property                    |to each of the baselines in
                   |                            |the text

--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-02-03 18:31:10 UTC ---
Aah, so basically you need the distance from the current textBaseline to each
of the possible baselines, for a particular span of text.

Hmm.

That's actually somewhat non-trivial to define, since a single string can have
multiple distances for each baseline (that's why we need to provide a way to
align to each baseline to start with).

-- 
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 18:31:14 UTC