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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,11 +121,10 @@ When used in this specification, terms have the meanings assigned in this sectio
121
121
<div data-export>
122
122
: <dfn>transformable element</dfn>
123
123
:: A transformable element is an element in one of these categories:
124
-
* 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]]
124
+
* 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]],
125
125
126
-
* an element in the SVG namespace and not governed by the CSS box model which has the attributes <a element-attr for>transform</a>, <{pattern/patternTransform}> or <{linearGradient/gradientTransform}>[[!SVG11]].
126
+
* all SVG <a>paint server elements</a>and SVG <a>renderable elements</a> with the exception of any descendant element of <a>text content elements</a>[[!SVG2]].
127
127
128
-
Issue(w3c/csswg-drafts#358): Adapte SVG2's content model for transformable elements.
129
128
: <dfn>transformed element</dfn>
130
129
:: An element with a computed value other than ''transform/none'' for the 'transform' property.
131
130
@@ -1390,6 +1389,7 @@ At this point there are no information about potential privacy or security conce
1390
1389
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>.
1391
1390
* 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]].
1392
1391
* Added <a href="#priv-sec">privacy and security</a> section.
1392
+
* Use [[SVG2]] definitions for <a>transformable elements</a>.
1393
1393
* Added special syntax for <a element-attr for>transform</a>, <{linearGradient/gradientTransform}> and <{pattern/patternTransform}> attributes.
0 commit comments