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 29815 - Variable `dot` not defined in interpolation of decomposed 3d matrix
Summary: Variable `dot` not defined in interpolation of decomposed 3d matrix
Status: RESOLVED MOVED
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: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-12 09:33 UTC by Manish Goregaokar
Modified: 2017-01-13 17:43 UTC (History)
6 users (show)

See Also:


Attachments

Description Manish Goregaokar 2016-09-12 09:33:54 UTC
In https://drafts.csswg.org/css-transforms/#interpolation-of-decomposed-3d-matrix-values, it says `theta = acos(dot)`. However, `dot` is never defined here.

It probably should be `product`

h/t https://github.com/canaltinova for finding this.
Comment 1 Simon Fraser 2017-01-13 17:43:24 UTC
Migrated to https://github.com/w3c/csswg-drafts/issues/911