Skip to content

Commit 151b22e

Browse files
committed
[css-transforms-1][editorial] Export 'identity transform' for convenience.
1 parent 4543588 commit 151b22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-transforms-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Terminology {#terminology}
138138

139139
When used in this specification, terms have the meanings assigned in this section.
140140

141-
data-export>
141+
142142
: transformable element
143143
:: A transformable element is an element in one of these categories:
144144
* all elements whose layout is governed by the CSS box model except for non-replaced inline boxes, table-column boxes, and table-column-group boxes [[!CSS2]],
@@ -162,7 +162,7 @@ When used in this specification, terms have the meanings assigned in this sectio
162162
: 2D matrix
163163
:: A 3x2 transformation matrix, or a 4x4 matrix where the items m31, m32, m13, m23, m43, m14, m24, m34 are equal to ''0'' and m33, m44 are equal to ''1''.
164164

165-
: identity transform function
165+
: lt="identity transform function|identity transform">identity transform function
166166
:: A transform function that is equivalent to a identity 4x4 matrix (see Mathematical Description of Transform Functions). Examples for identity transform functions are ''translate(0)'', ''translateX(0)'', ''translateY(0)'', ''scale(1)'', ''scaleX(1)'', ''scaleY(1)'', ''rotate(0)'', ''skew(0, 0)'', ''skewX(0)'', ''skewY(0)'' and ''matrix(1, 0, 0, 1, 0, 0)''.
167167

168168
: post-multiply

0 commit comments

Comments
 (0)