Skip to content

Commit 8a14fbe

Browse files
committed
[css-round-display] Refer to Backgrounds & Borders
The CSS Borders spec (CSS3-BORDER) is obsolete. We now have CSS Backgrounds and Borders (CSS3BG).
1 parent c93ac25 commit 8a14fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-round-display-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Current user agents are not capable of detecting the shape of a display so that
6060
<br><br>
6161
To apply the shape of a display to content area, we extend the 'shape-inside' property of CSS Shapes. The position of the element which is overflowed from the display is adjusted inside the display when using this property even if the authors don’t know the exact shape of the display.
6262
<br><br>
63-
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.
63+
We also add the 'border-boundary' property to CSS Backgrounds and Borders. The borders of the element can be drawn along the edge of the display even if the element is overflowed.
6464
<br><br>
6565

6666
This module provides features such as:
@@ -75,7 +75,7 @@ Terminology {#terminology}
7575
This specification follows the CSS property definition conventions from [[!CSS21]]. <br/>
7676
The detailed description of Media Queries is defined in [[MEDIAQUERIES-4]]<br/>
7777
The detailed description of CSS Shapes is defined in [[CSS-SHAPES-1]]<br/>
78-
The detailed description of Borders is defined in [[CSS3-BORDER]]<br/>
78+
The detailed description of Backgrounds and Borders is defined in [[CSS3BG]]<br/>
7979
The detailed description of Positioned Layout is defined in [[CSS3-POSITIONING]]<br/>
8080

8181
Detecting the shape of the display {#extending-media-queries}

0 commit comments

Comments
 (0)