[csswg-drafts] Variable `dot` not defined in interpolation of decomposed 3d matrix

smfr has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== Variable `dot` not defined in interpolation of decomposed 3d matrix
 ==
>From https://www.w3.org/Bugs/Public/show_bug.cgi?id=29815: 

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.

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/911 using your GitHub 
account

Received on Friday, 13 January 2017 17:43:17 UTC