Skip to content

Commit 74a438b

Browse files
committed
Rephrasing section 6 title.
1 parent 7c04475 commit 74a438b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-round-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ The example below shows how the 'border-boundary' property works on drawing bord
273273
<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.
274274
</p>
275275

276-
<h2 id="positioning-content">Positioning content by using the polar coordinate system</h2>
276+
<h2 id="positioning-content">Content positioning using polar coordinate system</h2>
277277

278278
<p>
279279
Polar coordinate system is a two-dimensional coordinate system that describes the position of a point in a plane with a distance from a reference point and an angle from a reference direction. Elements could be placed along a circle or concentric circles, and the polar coordinate system is useful to handle such cases.

0 commit comments

Comments
 (0)