Skip to content

Commit bd5c21a

Browse files
committed
[css-transforms-1] Remove 3-value rotate from transform function primitive list
1 parent f33b4d8 commit bd5c21a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-transforms-1/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,6 @@ Some transform functions can be represented by more generic transform functions.
943943
<dt id="translate-primitive">''translate()''
944944
<dd>for <<translateX()>>, <<translateY()>> and <<translate()>>.
945945

946-
<dt id="rotate-three-primitive">''rotate()'' with three arguments
947-
<dd>for <<rotate()>> with one or three arguments if <a href="#svg-transform-functions">rotate with three arguments</a> is supported.
948-
949946
<dt id="scale-primitive">''scale()''
950947
<dd>for <<scaleX()>>, <<scaleY()>> and <<scale()>>.
951948

@@ -1416,6 +1413,7 @@ The following changes were made since the <a href="https://www.w3.org/TR/2017/WD
14161413
* Allow interpolation between some <<transform-list>>s with different length.
14171414
* No 'transform' on non-replaced inline boxes, table-column boxes, and table-column-group boxes.
14181415
* Define target coordinate space for transformations on <{pattern}>, <{linearGradient}>, <{radialGradient}> and <{clipPath}> elements.
1416+
* Remove 3-value <<rotate()>> from transform function primitives.
14191417
* Editorial changes.
14201418

14211419
<h2 class=no-num id='acknowledgments'>Acknowledgments</h2>

0 commit comments

Comments
 (0)