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
[css-round-display] Modify poisitions of figures to be included in related examples, and make an issue about positioning elements with polar to the body
@@ -267,6 +267,8 @@ The example below shows how the 'border-boundary' property works on drawing bord
267
267
<div style="width: 600px">
268
268
<p class="caption">Align the content along the display border</p>
269
269
</div>
270
+
</div>
271
+
270
272
<p class="note">Note: If the value of 'border-boundary' is parent or display, border lines of the element are actually just a visual effect. It triggers a layout for rendering in a general way, but in the above cases (border-boundary: parent|display), the layout doesn't occur and it only draws the border lines inward from the containing block's borders. With this situation, the borders might hide contents around the display edge.
271
273
</p>
272
274
@@ -294,7 +296,7 @@ When the 'position' property on an element is set to '<code>polar</code>', the e
294
296
<p class="note">
295
297
Note: The center point of the containing block of an element indicates the origin of polar coordinate when the value of position property of the element is '<code>polar</code>'.
296
298
</p>
297
-
<p class="issue">
299
+
<p>
298
300
In conventional coordinate system used in the web, the origin is positioned in the upper left corner of a containing block. In comparison, the origin of polar coordinates is the center point of a containing block. Therefore different methods are required to deploy and transform elements, or set margin/padding values when using polar coordinates. An example as below shows the difference between the conventional coordinates and the polar coordinates when positioning elements.
299
301
</p>
300
302
<div class='example'>
@@ -305,14 +307,14 @@ The examples below show the difference between conventional coordinate system in
<p class="caption">An example of polar positioning</p>
370
+
</div>
371
371
</div>
372
372
373
373
<p class="issue">
374
-
Will an element itself be rotated through the 'polar-angle' property?
374
+
Is new property needed to support for rotating the element itself?
375
375
</p>
376
376
<p class="issue">
377
377
How to position items to the edge of the containing block without overflowing it? (<i>polar-anchor</i> could be suggested)
378
378
</p>
379
379
<p class="issue">
380
-
One of the profits of polar coordinate system is performance improvement. The significant performance improvement can be seen in animation using the polar coordinate. How to define animation in polar coordinate? Is there any difference between the conventional coordinate and polar coordinate when animate elements?
380
+
One of the profits of polar coordinate system is performance improvement. The significant performance improvement can be seen in animation using the polar coordinates. How to define animation in the polar coordinates? Is there any difference between the conventional coordinates and the polar coordinates when animate elements?
381
381
</p>
382
382
<p class="issue">
383
383
By 'polar-distance' property, a position of an element is specified based on the containing block's center. In other way, is the method of positioning elements by the distance based on the edge of the containing block needed?
0 commit comments