You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-transforms-1/Overview.bs
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -166,11 +166,11 @@ When used in this specification, terms have the meanings assigned in this sectio
166
166
: <dfn>post-multiply</dfn>
167
167
: <dfn>post-multiplied</dfn>
168
168
:: Term <var>A</var> post-multiplied by term <var>B</var> is equal to <var>A</var> · <var>B</var>.
169
-
169
+
170
170
: <dfn>pre-multiply</dfn>
171
171
: <dfn>pre-multiplied</dfn>
172
172
:: Term <var>A</var> pre-multiplied by term <var>B</var> is equal to <var>B</var> · <var>A</var>.
173
-
173
+
174
174
: <dfn>multiply</dfn>
175
175
:: Multiply term <var>A</var> by term <var>B</var> is equal to <var>A</var> · <var>B</var>.
176
176
</div>
@@ -201,7 +201,7 @@ div {
201
201
}
202
202
</code></pre>
203
203
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.
@@ -1520,9 +1520,17 @@ A timing attack is a method of obtaining information about content that is other
1520
1520
1521
1521
At this point there are no information about potential privacy or security concerns specific to this specification.
1522
1522
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>
1524
1533
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>.
1526
1534
* 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]].
1527
1535
* Added <a href="#priv-sec">privacy and security</a> section.
1528
1536
* Use [[SVG2]] definitions for <a>transformable elements</a>.
0 commit comments