Skip to content

Commit 67f6b52

Browse files
author
Jihye Hong
committed
[css-round-display] Modify the definition of polar-angle value
1 parent cf8f0a3 commit 67f6b52

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

css-round-display/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,7 @@ Values have the following meanings:
647647
<dl>
648648
<dt><var>polar-angle</var></dt>
649649
<dd>
650-
Rotate an element by the value of 'polar-angle' property. Therefore, when the anchor point of an element is center point of the
651-
element and there is a perpendicular line which passes through the anchor point, the line meets the origin of the containing block.
650+
Rotate an element by the value of 'polar-angle' property.
652651
</dd>
653652
</dl>
654653
<dl>
@@ -713,7 +712,7 @@ This example shows how the keyword value works in the 2d rotation function.
713712
<img alt="An image of extended 2d rotate function" src="images/2d_rotate_function.png" style="width: 250px; text-align: center"/>
714713
<p class="caption">An example of the extension for 2d rotate function</p>
715714
</div>
715+
</div>
716716
<div class='issue'>
717717
If this function is used inside an animation, which event is expected to occur?
718-
</div>
719718
</div>

css-round-display/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -780,16 +780,15 @@ <h3 class="heading settled" data-level="6.6" id="2d-rotation-transform-function"
780780
Values have the following meanings:
781781
<dl>
782782
<dt><var>polar-angle</var>
783-
<dd> Rotate an element by the value of <a class="property" data-link-type="propdesc" href="#propdef-polar-angle">polar-angle</a> property. Therefore, when the anchor point of an element is center point of the
784-
element and there is a perpendicular line which passes through the anchor point, the line meets the origin of the containing block.
783+
<dd> Rotate an element by the value of <a class="property" data-link-type="propdesc" href="#propdef-polar-angle">polar-angle</a> property.
785784
</dl>
786785
<dl>
787786
<dt><var>reverse-polar-angle</var>
788787
<dd> Rotate an element by the angle of the <a class="property" data-link-type="propdesc" href="#propdef-polar-angle">polar-angle</a> property plus 180 degrees.
789788
</dl>
790789
<p></p>
791-
<div class="example" id="example-761302c9">
792-
<a class="self-link" href="#example-761302c9"></a> This example shows how the keyword value works in the 2d rotation function.
790+
<div class="example" id="example-da758b7d">
791+
<a class="self-link" href="#example-da758b7d"></a> This example shows how the keyword value works in the 2d rotation function.
793792
<pre>&lt;style>
794793
#item1 {
795794
position: polar;
@@ -841,8 +840,8 @@ <h3 class="heading settled" data-level="6.6" id="2d-rotation-transform-function"
841840
<img alt="An image of extended 2d rotate function" src="images/2d_rotate_function.png" style="width: 250px; text-align: center">
842841
<p class="caption">An example of the extension for 2d rotate function</p>
843842
</div>
844-
<div class="issue" id="issue-1e8cf7cf"><a class="self-link" href="#issue-1e8cf7cf"></a> If this function is used inside an animation, which event is expected to occur? </div>
845843
</div>
844+
<div class="issue" id="issue-1e8cf7cf"><a class="self-link" href="#issue-1e8cf7cf"></a> If this function is used inside an animation, which event is expected to occur? </div>
846845
</section>
847846
</main>
848847
<h2 class="no-ref no-num heading settled" id="conformance"><span class="content"> Conformance</span><a class="self-link" href="#conformance"></a></h2>

0 commit comments

Comments
 (0)