Skip to content

Commit ae3e16e

Browse files
author
Jihye Hong
committed
[css-round-display] Remove an issue about proper names of polar-anchor and polar-origin
1 parent 8d34d14 commit ae3e16e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

css-round-display/Overview.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,6 @@ Values have the following meanings:
781781
</div>
782782
</div>
783783

784-
<p class="issue">
785-
The alternative naming without the polar- prefix for 'polar-origin' and 'polar-anchor' is needed. When it becomes to use polar positioning regardless of the value of the position property, 'polar-origin' and 'polar-anchor' would be used independently from polar positioning.
786-
</p>
787-
788784
<p class="issue">
789785
How can the margin be applied to an element when <code>polar-origin: 50% 50%</code> and <code>polar-anchor: 50% 50%</code>?
790786
<br>

css-round-display/Overview.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,6 @@ <h3 class="heading settled" data-level="7.4" id="offset-anchor-property"><span c
10691069
<figcaption> An example of <a class="property" data-link-type="propdesc" href="#propdef-offset-anchor" id="ref-for-propdef-offset-anchor-3">offset-anchor</a> </figcaption>
10701070
</div>
10711071
</div>
1072-
<p class="issue" id="issue-3165dff8"><a class="self-link" href="#issue-3165dff8"></a> The alternative naming without the polar- prefix for <a class="property" data-link-type="propdesc">polar-origin</a> and <a class="property" data-link-type="propdesc">polar-anchor</a> is needed. When it becomes to use polar positioning regardless of the value of the position property, <a class="property" data-link-type="propdesc">polar-origin</a> and <a class="property" data-link-type="propdesc">polar-anchor</a> would be used independently from polar positioning. </p>
10731072
<p class="issue" id="issue-6448319c"><a class="self-link" href="#issue-6448319c"></a> How can the margin be applied to an element when <code>polar-origin: 50% 50%</code> and <code>polar-anchor: 50% 50%</code>? <br> Which would be a base point for applying it between the upper left corner or center of a containing block?
10741073
With the former, the position of the element changes when the value of the margin changes, while with the latter, the margin value doesn’t affect the position of the element. </p>
10751074
<p class="issue" id="issue-fea397c8"><a class="self-link" href="#issue-fea397c8"></a> Can <a class="property" data-link-type="propdesc">polar-anchor</a> be replaced by <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a>? <br> There are several differences between <a class="property" data-link-type="propdesc">polar-anchor</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a> &amp; <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a>.<br> In case of <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a> &amp; <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a>, percentages resolve to the width of the element itself.
@@ -1574,7 +1573,6 @@ <h3 class="no-num no-ref heading settled" id="viewport-descriptor-table"><span c
15741573
<h2 class="no-num no-ref heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
15751574
<div style="counter-reset:issue">
15761575
<div class="issue"> What if content overflows? Clipping or scrolling? <a href="#issue-8d78506c"></a></div>
1577-
<div class="issue"> The alternative naming without the polar- prefix for <a class="property" data-link-type="propdesc">polar-origin</a> and <a class="property" data-link-type="propdesc">polar-anchor</a> is needed. When it becomes to use polar positioning regardless of the value of the position property, <a class="property" data-link-type="propdesc">polar-origin</a> and <a class="property" data-link-type="propdesc">polar-anchor</a> would be used independently from polar positioning. <a href="#issue-3165dff8"></a></div>
15781576
<div class="issue"> How can the margin be applied to an element when <code>polar-origin: 50% 50%</code> and <code>polar-anchor: 50% 50%</code>? <br> Which would be a base point for applying it between the upper left corner or center of a containing block?
15791577
With the former, the position of the element changes when the value of the margin changes, while with the latter, the margin value doesn’t affect the position of the element. <a href="#issue-6448319c"></a></div>
15801578
<div class="issue"> Can <a class="property" data-link-type="propdesc">polar-anchor</a> be replaced by <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a>? <br> There are several differences between <a class="property" data-link-type="propdesc">polar-anchor</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a> &amp; <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a>.<br> In case of <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">margin-left</a> &amp; <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">margin-top</a>, percentages resolve to the width of the element itself.

0 commit comments

Comments
 (0)