[Bug 29815] New: Variable `dot` not defined in interpolation of decomposed 3d matrix

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29815

            Bug ID: 29815
           Summary: Variable `dot` not defined in interpolation of
                    decomposed 3d matrix
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Transforms
          Assignee: smfr@me.com
          Reporter: manishearth@gmail.com
        QA Contact: public-css-bugzilla@w3.org
                CC: ayg@aryeh.name, cmarrin@apple.com, dino@apple.com,
                    dschulze@adobe.com, eoconnor@apple.com, smfr@me.com
  Target Milestone: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 12 September 2016 09:34:09 UTC