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
Editor: Hyojin Song, LG Electronics, hyojin22.song@lge.com, w3cid 54503
14
14
Editor: Jihye Hong, LG Electronics, jh.hong@lge.com, w3cid 79168
15
15
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>
17
17
Link Defaults: css-transforms-1 (property) transform
18
18
Link Defaults: css-transforms-1 (property) transform-origin
19
19
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}
74
74
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
-
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/>
78
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
@@ -320,7 +320,7 @@ Aligning content along the display border {#aligning-content}
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.
0 commit comments