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 24265 - Remove at risk features from Canvas 2D Context CR spec
Summary: Remove at risk features from Canvas 2D Context CR spec
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jay Munro
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 01:18 UTC by Jay Munro
Modified: 2014-01-22 11:49 UTC (History)
3 users (show)

See Also:


Attachments

Description Jay Munro 2014-01-10 01:18:32 UTC
These features have been on the at-risk list for 90+ days with no objections or implementations.  

Path objects and associated members
scrollPathIntoView
Ellipse
Hit Regions
Text metrics - all except width 

These features will still exist in the Canvas 2D Context Level 2 spec.
Comment 1 Jay Munro 2014-01-11 01:06:47 UTC
Removed the following at risk features

Path objects and associated members
scrollPathIntoView
Ellipse
Hit Regions
Text metrics - all except width 
drawingStyle

Also removed at-risk boilerplate line 


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: Fixed
Removed at risk features. 
Rationale: These features have been on the at risk list for over 90 days without implementation or objection to removal.
Comment 2 Dongseong Hwang 2014-01-22 11:49:54 UTC
Blink (Chromium) implemented Ellipse several month ago.
And Blink works in progress on implementing Path objects.