Skip to content

Commit fd8de1e

Browse files
committed
[css-transforms] Link to dfn of local/viewport coordinate system
1 parent 1590366 commit fd8de1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When used in this specification, terms have the meanings assigned in this sectio
131131
:: A matrix that defines the mathematical mapping from one coordinate system into another. It is computed from the values of the 'transform' and 'transform-origin' properties as described <a href="#transformation-matrix-computation">below</a>.
132132

133133
: <dfn>current transformation matrix</dfn> (CTM)
134-
:: A matrix that defines the mapping from the local coordinate system into the viewport coordinate system.
134+
:: A matrix that defines the mapping from the [=local coordinate system=] into the [=viewport coordinate system=].
135135

136136
: <dfn>2D matrix</dfn>
137137
:: A 3x2 transformation matrix with 6 items or a 4x4 matrix with 16 items, where the items m<sub>31</sub>, m<sub>32</sub>, m<sub>13</sub>, m<sub>23</sub>, m<sub>43</sub>, m<sub>14</sub>, m<sub>24</sub>, m<sub>34</sub> are equal to ''0'' and m<sub>33</sub>, m<sub>44</sub> are equal to ''1''.

0 commit comments

Comments
 (0)