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
Copy file name to clipboardExpand all lines: css-round-display-1/Overview.bs
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Current user agents are not capable of detecting the shape of a display so that
60
60
<br><br>
61
61
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.
62
62
<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.
64
64
<br><br>
65
65
66
66
This module provides features such as:
@@ -75,7 +75,7 @@ Terminology {#terminology}
75
75
This specification follows the CSS property definition conventions from [[!CSS21]]. <br/>
76
76
The detailed description of Media Queries is defined in [[MEDIAQUERIES-4]]<br/>
77
77
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/>
79
79
The detailed description of Positioned Layout is defined in [[CSS3-POSITIONING]]<br/>
80
80
81
81
Detecting the shape of the display {#extending-media-queries}
0 commit comments