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
+7-2
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ When used in this specification, terms have the meanings assigned in this sectio
141
141
:: A transformable element is an element in one of these categories:
142
142
* 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]],
143
143
144
-
* 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]].
144
+
* all SVG <a>paint server elements</a>, the <a element>clipPath</a> element and SVG <a>renderable elements</a> with the exception of any descendant element of <a>text content elements</a>[[!SVG2]].
145
145
146
146
: <dfn>transformed element</dfn>
147
147
:: An element with a computed value other than ''transform/none'' for the 'transform' property.
@@ -445,7 +445,11 @@ All transformations defined by the 'transform' and 'transform-origin' property a
445
445
Issue(w3c/csswg-drafts#999): Follow used value definition of Fill and Stroke specs/SVG2?
446
446
</dl>
447
447
448
-
Issue(w3c/csswg-drafts#892): Clarify what the reference box of paint servers, <a element>clipPath</a> and <a element>mask</a> is.
448
+
For the SVG <{pattern}> element, the reference box gets defined by the <{pattern/patternUnits}> attribute [[!SVG2]].
449
+
450
+
For the SVG <a element>linearGradient</a> and <a element>radialGradient</a> elements, the reference box gets defined by the <{linearGradient/gradientUnits}> attribute [[!SVG2]].
451
+
452
+
For the SVG <a element>clipPath</a> element, the reference box gets defined by the <{clipPath/clipPathUnits}> attribute [[!CSS-MASKING]].
449
453
450
454
A reference box adds an additional offset to the origin specified by the 'transform-origin' property.
451
455
@@ -1468,6 +1472,7 @@ The following changes were made since the <a href="https://www.w3.org/TR/2017/WD
1468
1472
* Define target coordinate space for transformations on <{pattern}>, <{linearGradient}>, <{radialGradient}> and <{clipPath}> elements.
1469
1473
* Remove 3-value <<rotate()>> from transform function primitives.
1470
1474
* Be more specific about computation of [=transformation matrix=] and [=current transformation matrix=].
1475
+
* Define reference box for paint servers and <{clipPath}> element.
0 commit comments