diff --git a/css-round-display-1/Overview.bs b/css-round-display-1/Overview.bs
index 66885071869..109935cae04 100755
--- a/css-round-display-1/Overview.bs
+++ b/css-round-display-1/Overview.bs
@@ -60,7 +60,7 @@ Current user agents are not capable of detecting the shape of a display so that
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.
-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.
+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.
This module provides features such as:
@@ -75,7 +75,7 @@ Terminology {#terminology}
This specification follows the CSS property definition conventions from [[!CSS21]].
The detailed description of Media Queries is defined in [[MEDIAQUERIES-4]]
The detailed description of CSS Shapes is defined in [[CSS-SHAPES-1]]
-The detailed description of Borders is defined in [[CSS3-BORDER]]
+The detailed description of Backgrounds and Borders is defined in [[CSS3BG]]
The detailed description of Positioned Layout is defined in [[CSS3-POSITIONING]]
Detecting the shape of the display {#extending-media-queries}