Skip to content

Commit 9f0b50b

Browse files
[css-round-display] Refer to css-shapes-2
'shape-inside' property was postponed in level 1 and now resides in level 2.
1 parent 953fc12 commit 9f0b50b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-round-display-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Previous Version: https://www.w3.org/TR/2015/WD-css-round-display-1-20150922/
1313
Editor: Hyojin Song, LG Electronics, hyojin22.song@lge.com, w3cid 54503
1414
Editor: Jihye Hong, LG Electronics, jh.hong@lge.com, w3cid 79168
1515
Editor: Soonbo Han (until June 2015), LG Electronics, soonbo.han@lge.com, w3cid 45470
16-
Link Defaults: css-shapes-1 (type) <basic-shape>
16+
Link Defaults: css-shapes-2 (type) <basic-shape>
1717
Link Defaults: css-transforms-1 (property) transform
1818
Link Defaults: css-transforms-1 (property) transform-origin
1919
Abstract: This document describes CSS extensions to support a round display. The extensions help web authors to build a web page suitable for a round display.
@@ -74,7 +74,7 @@ Terminology {#terminology}
7474

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/>
77-
The detailed description of CSS Shapes is defined in [[CSS-SHAPES-1]]<br/>
77+
The detailed description of CSS Shapes is defined in [[CSS-SHAPES-2]]<br/>
7878
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

@@ -320,7 +320,7 @@ Aligning content along the display border {#aligning-content}
320320

321321
<h3 id="shape-inside-property">The 'shape-inside' property</h3>
322322

323-
CSS Shapes [[CSS-SHAPES-1]] define the 'shape-inside' property that aligns contents along the edge of a possibly non-rectangular wrapping area. Web authors may use this feature to fit contents inside a round display. However, it can be challenging to specify the wrapping area to be identical to the shape of a display. To address such cases, 'shape-inside' is extended with a new value named '<code>display</code>', such an element having this value will have its content (or contained elements) aligned along the display border automatically.
323+
CSS Shapes [[CSS-SHAPES-2]] define the 'shape-inside' property that aligns contents along the edge of a possibly non-rectangular wrapping area. Web authors may use this feature to fit contents inside a round display. However, it can be challenging to specify the wrapping area to be identical to the shape of a display. To address such cases, 'shape-inside' is extended with a new value named '<code>display</code>', such an element having this value will have its content (or contained elements) aligned along the display border automatically.
324324

325325
<pre class='link-defaults'>
326326
spec:css2; type:type; text:<uri>

0 commit comments

Comments
 (0)