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.
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,dotis never defined here.It probably should be
producth/t https://github.com/canaltinova for finding this.