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 27426 - "If the is2D attribute of other returns true Cal..."
Summary: "If the is2D attribute of other returns true Cal..."
Status: RESOLVED FIXED
Alias: None
Product: FXTF
Classification: Unclassified
Component: Geometry (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: sideshowbarker+geometry
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-25 10:28 UTC by Simon Pieters
Modified: 2015-04-17 11:45 UTC (History)
1 user (show)

See Also:


Attachments

Description Simon Pieters 2014-11-25 10:28:08 UTC
http://dev.w3.org/fxtf/geometry/#dommatrix-constructors

[[
If the is2D attribute of other returns true
Call the constructor of DOMMatrixReadOnly with a sequence of numbers, the values being the 16 elements m11 element, m12 element, m13 element, ..., m44 element of other in the given order.
]]

Shouldn't this be if is2D returns *false* ?