Skip to content

Commit dde6ea4

Browse files
committed
[css-transforms-1] Changes since 30 November 2018 WD (no substantive change)
1 parent d149e2a commit dde6ea4

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

css-transforms-1/Overview.bs

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ When used in this specification, terms have the meanings assigned in this sectio
166166
: <dfn>post-multiply</dfn>
167167
: <dfn>post-multiplied</dfn>
168168
:: Term <var>A</var> post-multiplied by term <var>B</var> is equal to <var>A</var> &middot; <var>B</var>.
169-
169+
170170
: <dfn>pre-multiply</dfn>
171171
: <dfn>pre-multiplied</dfn>
172172
:: Term <var>A</var> pre-multiplied by term <var>B</var> is equal to <var>B</var> &middot; <var>A</var>.
173-
173+
174174
: <dfn>multiply</dfn>
175175
:: Multiply term <var>A</var> by term <var>B</var> is equal to <var>A</var> &middot; <var>B</var>.
176176
</div>
@@ -201,7 +201,7 @@ div {
201201
}
202202
</code></pre>
203203

204-
The 'transform-origin' property is set to ''0 0'' and can be omitted. The [=transformation matrix=] <i>TM</i> gets computed by post-multying the <<translate()>>, <<scale()>> and <<rotate()>> <<transform-function>>s.
204+
The 'transform-origin' property is set to ''0 0'' and can be omitted. The [=transformation matrix=] <i>TM</i> gets computed by post-multying the <<translate()>>, <<scale()>> and <<rotate()>> <<transform-function>>s.
205205

206206
<img src="images/tm.png" alt="TM = \begin{bmatrix} 1 & 0 & 0 & -10 \\ 0 & 1 & 0 & -20 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} \cdot \begin{bmatrix} 2 & 0 & 0 & 0 \\ 0 & 2 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} \cdot \begin{bmatrix} cos(45) & -sin(45) & 0 & 0 \\ sin(45) & cos(45) & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix}" width="627">
207207
</div>
@@ -1520,9 +1520,17 @@ A timing attack is a method of obtaining information about content that is other
15201520

15211521
At this point there are no information about potential privacy or security concerns specific to this specification.
15221522

1523-
<h2 class="no-num" id="changes">Changes since last publication</h2>
1523+
<h2 class="no-num" id="changes">Changes</h2>
1524+
1525+
<h3 class="no-num" id="WD20181130">Since the <a href="https://www.w3.org/TR/2018/WD-css-transforms-1-20181130/">30 November 2018 Working Draft</a></h3>
1526+
1527+
* No substantive changes
1528+
* Boilerplate, styling updates for CR
1529+
1530+
1531+
<h3 class="no-num" id="WD20181130">Since the <a href="https://www.w3.org/TR/2017/WD-css-transforms-1-20171130/">30 November 2017 Working Draft</a>
1532+
</h3>
15241533

1525-
The following changes were made since the <a href="https://www.w3.org/TR/2017/WD-css-transforms-1-20171130/">30 November 2017 Working Draft</a>.
15261534
* Remove specification text that makes <a element-attr for=pattern>patternTransform</a>, <a element-attr for=linearGradient>gradientTransform</a> presentation attributes representing the 'transform' property. That is going to get specified by SVG 2 [[SVG2]].
15271535
* Added <a href="#priv-sec">privacy and security</a> section.
15281536
* Use [[SVG2]] definitions for <a>transformable elements</a>.

0 commit comments

Comments
 (0)