Skip to content

Commit 76e36a3

Browse files
committed
[css-round-display] Remove polar positioning intro
1 parent 6b62c27 commit 76e36a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

css-round-display/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,12 @@ To apply the shape of a display to content area, we extend the 'shape-inside' pr
6262
<br><br>
6363
We also add the 'border-boundary' property to CSS Borders. The borders of the element can be drawn along the edge of the display even if the element is overflowed.
6464
<br><br>
65-
For the better web design suitable for a round display, we introduce polar positioning.
66-
In conventional positioning method, the Cartesian coordinates, elements are positioned by offsets in x-axis and y-axis. But, we suggest a method to position elements with specifying the distance and angle from the origin point of coordinates.
6765

6866
This module provides features such as:
6967

7068
* Detecting the rounded display
7169
* Aligning contents in the display’s shape
7270
* Drawing borders along the display’s edge
73-
* Positioning elements in polar coordinates
7471

7572
Terminology {#terminology}
7673
==================================================

0 commit comments

Comments
 (0)