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
The 'polar-distance' property specifies the distance from the center of the parent (or a fixed point). This property is activated on condition of position: polar.
305
308
<pre class='propdef'>
306
309
Name: polar-distance
307
-
Applies to: all elements (parents should have 'position: polar' property)
310
+
Applies to: all elements
308
311
Value: [ <<length>> | <<percentage>> ]
309
312
Initial: 0
310
313
Media: visual
@@ -316,6 +319,7 @@ The 'polar-distance' property specifies the distance from the center of the pare
316
319
<div class='example'>
317
320
This example shows a way to align elements within the polar coordinates system.
@@ -329,7 +333,7 @@ This example shows a way to align elements within the polar coordinates system.
329
333
</div>
330
334
331
335
<p class="issue">
332
-
By default, the 'polar-distance' property specifies the distance from the origin (or the center) of the containing element to that of the contained element. The 'polar-angle' property specifies the angle from the X-axis to the center of the contained element.
336
+
By default, the 'polar-distance' property specifies the distance from the origin (or the center) of the containing element to that of the contained element. It needs to specify how can the origin of the containing element set.
333
337
</p>
334
338
<p class="issue">
335
339
What value does the percentage value of the 'polar-distance' property refer to? The width of the containing element, or what? One feasible solution is to use the distance between the origin and the point on the border at the angle given by the 'polar-angle' property from the X-axis.
0 commit comments