Skip to content

Commit 4d2ee7f

Browse files
committed
[css-transforms-2][meta] Fix linking bug.
1 parent 1a13490 commit 4d2ee7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Terminology {#terminology}
7979
:: An element whose computed value for the 'transform' property includes one of the <a>3D transform functions</a>
8080

8181
: <dfn>3D matrix</dfn>
82-
:: A 4x4 matrix which does not fulfill the requirements of an <<2D matrix>>.
82+
:: A 4x4 matrix which does not fulfill the requirements of an [=2D matrix=].
8383

8484
: <dfn>identity transform function</dfn>
8585
:: In addition to the identity transform function in CSS Transforms, examples for identity transform functions include ''translate3d(0, 0, 0)'', ''translateZ(0)'', ''scaleZ(1)'', ''rotate3d(1, 1, 1, 0)'', ''rotateX(0)'', ''rotateY(0)'', ''rotateZ(0)'' and ''matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)''. A special case is perspective: ''perspective(infinity)''. The value of m<sub>34</sub> becomes infinitesimal small and the transform function is therefore assumed to be equal to the identity matrix.

0 commit comments

Comments
 (0)