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 15499 - CSSMatrix interface should use double instead of float
Summary: CSSMatrix interface should use double instead of float
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Transforms (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Fraser
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 18:34 UTC by Dirk Schulze
Modified: 2012-02-11 16:54 UTC (History)
4 users (show)

See Also:


Attachments

Description Dirk Schulze 2012-01-10 18:34:04 UTC
Should the CSSMatrix interface use doubles instead of floats? Might be more consistent with CSS. Note that SVGMatrix on the other side uses float as well.

http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix
Comment 1 Dirk Schulze 2012-02-11 16:30:03 UTC
I changed float to double. Are there any dissenting votes? Otherwise we can close this bug.
Comment 2 Simon Fraser 2012-02-11 16:54:49 UTC
Fine  by me. WebKit already uses doubles.