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-round-display/Overview.bs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -641,7 +641,7 @@ How to solve overflowing when an element has 'polar-anchor' value as '<code>top<
641
641
<br><br>
642
642
The two-dimensional rotation function <code><a href="http://www.w3.org/TR/css3-transforms/#funcdef-rotate">'rotate(<angle>)'</a></code> used in polar coordinates is extended as follows:
<h3class="heading settled" data-level="6.6" id="2d-rotation-transform-function"><spanclass="secno">6.6. </span><spanclass="content">2D Rotation Transform Function for self-rotating elements in polar coordinates</span><aclass="self-link" href="#2d-rotation-transform-function"></a></h3>
776
776
<p> When elements are positioned in polar coordinates, there are many usecases which show the elements rotated toward the origin of polar coordinates. In such cases, degree of rotation has to be specified in the 2d rotation function for each element. But when using the keyword value instead of the <aclass="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#angle-value"><angle></a> value, the calculation of accurate rotation degree may be omitted. <br><br> The two-dimensional rotation function <code><ahref="http://www.w3.org/TR/css3-transforms/#funcdef-rotate">'rotate(<angle>)'</angle></a></code> used in polar coordinates is extended as follows: </p>
<dd> Rotate an element by the value of <aclass="property" data-link-type="propdesc" href="#propdef-polar-angle">polar-angle</a> property.
784
784
</dl>
785
785
<dl>
786
-
<dt><var>reverse-polar-angle</var>
786
+
<dt><var>polar-angle-reverse</var>
787
787
<dd> Rotate an element by the angle of the <aclass="property" data-link-type="propdesc" href="#propdef-polar-angle">polar-angle</a> property plus 180 degrees.
788
788
</dl>
789
789
<p></p>
790
-
<divclass="example" id="example-da758b7d">
791
-
<aclass="self-link" href="#example-da758b7d"></a> This example shows how the keyword value works in the 2d rotation function.
790
+
<divclass="example" id="example-018a9a82">
791
+
<aclass="self-link" href="#example-018a9a82"></a> This example shows how the keyword value works in the 2d rotation function.
0 commit comments