This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7798 - More data from TextMetrics API
Summary: More data from TextMetrics API
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: All All
: P3 enhancement
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard: canvas v5
Keywords:
: 10335 10457 11472 12536 14580 (view as bug list)
Depends on:
Blocks: 11342
  Show dependency treegraph
 
Reported: 2009-10-03 16:17 UTC by contributor
Modified: 2016-02-22 08:28 UTC (History)
8 users (show)

See Also:


Attachments

Description contributor 2009-10-03 16:17:23 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#text

Comment:
I'm missing the height property in TextMetrics

Posted from: 89.15.248.239
Comment 1 Ian 'Hixie' Hickson 2009-10-19 07:32:13 UTC
Agreed, but I'd rather we waited for browsers to catch up and implement <canvas> well before adding yet more things for them to get wrong. :-)
Comment 2 Ian 'Hixie' Hickson 2010-09-10 22:55:25 UTC
*** Bug 10335 has been marked as a duplicate of this bug. ***
Comment 3 Ian 'Hixie' Hickson 2010-09-25 16:29:35 UTC
*** Bug 10457 has been marked as a duplicate of this bug. ***
Comment 4 Ian 'Hixie' Hickson 2011-01-11 00:37:10 UTC
*** Bug 11472 has been marked as a duplicate of this bug. ***
Comment 5 Ian 'Hixie' Hickson 2011-06-21 06:44:08 UTC
*** Bug 12536 has been marked as a duplicate of this bug. ***
Comment 6 Michael[tm] Smith 2011-08-04 05:04:11 UTC
mass-move component to LC1
Comment 7 Ian 'Hixie' Hickson 2011-11-01 05:39:27 UTC
*** Bug 14580 has been marked as a duplicate of this bug. ***
Comment 8 Ian 'Hixie' Hickson 2012-02-29 22:10:50 UTC
See http://wiki.whatwg.org/wiki/Canvas#TextMetrics for proposal.
Comment 9 Ian 'Hixie' Hickson 2012-03-28 21:46:26 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see wiki above
Rationale: Concurred with reporter's comments.
Comment 10 gossi 2012-03-28 21:58:32 UTC
Hi there,

I was just wondering. From the Spec here: http://dev.w3.org/html5/2dcontext/#textmetrics the TextMetrics object contains a readonly width property which is missing on the whatwg wiki you linked to above: http://wiki.whatwg.org/wiki/Canvas#TextMetrics_-_DONE That confuses me a little, is that property now dropped or are these sources only out of sync?

Thanks for the job guys.