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 18227 - The methods here don't say how to handle Infinity and NaN arguments. Infinity should probably just be applied (though maybe not for rotate()...) but NaN in particular needs to be dealt with, either by defining what happens with a matrix with NaN values or
Summary: The methods here don't say how to handle Infinity and NaN arguments. Infinity...
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Jay Munro
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 17:45 UTC by contributor
Modified: 2013-04-22 23:59 UTC (History)
8 users (show)

See Also:


Attachments

Description contributor 2012-07-18 17:45:19 UTC
This was was cloned from bug 17468 as part of operation convergence.
Originally filed: 2012-06-12 06:09:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-06-12 06:09:36 +0000 
--------------------------------------------------------------------------------
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#transformations
Complete: http://www.whatwg.org/c#transformations

Comment:
The methods here don't say how to handle Infinity and NaN arguments. Infinity
should probably just be applied (though maybe not for rotate()...) but NaN in
particular needs to be dealt with, either by defining what happens with a
matrix with NaN values or by dropping the method call.

Posted from: 76.102.14.57
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.54 Safari/536.5
================================================================================
Comment 1 Erika Doyle Navara 2012-08-15 21:43:28 UTC
Moved to HTML Canvas 2D Context.
Comment 2 Jay Munro 2012-08-18 00:54:51 UTC
This appears to need some wg discussion. Moving to HTML.next
Comment 3 Robin Berjon 2013-01-21 16:00:09 UTC
Mass move to "HTML WG"
Comment 4 Robin Berjon 2013-01-21 16:02:54 UTC
Mass move to "HTML WG"
Comment 5 rcabanie 2013-04-22 23:59:20 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: Did Not Understand Request
Change Description: no spec change
Rationale: from https://www.w3.org/Bugs/Public/show_bug.cgi?id=17468:
The spec says "Except where otherwise specified, for the 2D context interface, any method call with a numeric argument whose value is infinite or a NaN value must be ignored."