Skip to content

Commit 4ae21f0

Browse files
committed
[css-round-display] Update Media Queries Extension 3 using florian's feedback(1-6)
1 parent d517147 commit 4ae21f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-round-display/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Status: ED
77
ED: http://dev.w3.org/csswg/css-round-display/
88
Editor: Hyojin Song, LG Electronics, hyojin22.song@lge.com
99
Editor: Soonbo Han, LG Electronics, soonbo.han@lge.com
10-
Abstract: This document describes CSS extensions to support a round display. It extends existing CSS features including Media Queries[[MEDIAQUERIES]], CSS Shapes[[CSS-SHAPES-1]], Borders[[CSS3-BORDER]], and Positioned Layout[[CSS3-POSITIONING]]. The extensions will help web authors to build a web page suitable for a round display.
10+
Abstract: This document describes CSS extensions to support a round display. It extends existing CSS features including Media Queries[[MEDIAQUERIES-4]], CSS Shapes[[CSS-SHAPES-1]], Borders[[CSS3-BORDER]], and Positioned Layout[[CSS3-POSITIONING]]. The extensions will help web authors to build a web page suitable for a round display.
1111
</pre>
1212

1313

@@ -30,15 +30,15 @@ To apply the shape of a display to content area, we extend the 'shape-inside' pr
3030

3131
<h2 id="terminology">Terminology</h2>
3232
This specification follows the CSS property definition conventions from [[!CSS21]]. <br />
33-
The detailed description of Media Queries is defined in [[!MEDIAQUERIES]]<br />
33+
The detailed description of Media Queries is defined in [[MEDIAQUERIES-4]]<br />
3434
The detailed description of CSS Shapes is defined in [[CSS-SHAPES-1]]<br />
3535
The detailed description of Borders is defined in [[CSS3-BORDER]]<br />
3636
The detailed description of Positioned Layout is defined in [[CSS3-POSITIONING]]<br />
3737

3838

3939
<h2 id="extending-media-queries">Extending Media Queries for a round display</h2>
4040
<p>
41-
Media Queries [[!MEDIAQUERIES]] define mechanisms to support media-dependent style sheets, tailored for different environments. We propose to extend Media Queries by adding the 'device-radius' media feature to support a round display. This will allow web authors to apply different styles to a web page on the rounded display.
41+
Media Queries [[MEDIAQUERIES-4]] define mechanisms to support media-dependent style sheets, tailored for different environments. We propose to extend Media Queries by adding the 'device-radius' media feature to support a round display. This will allow web authors to apply different styles to a web page on the rounded display.
4242
</p>
4343
<section>
4444
<h3 id="device-radius-media-feature">The 'device-radius' media feature</h3>
@@ -57,9 +57,9 @@ By the mechanism of media queries, if the value of the 'device-radius' media fea
5757
</p>
5858
<pre class='descdef mq'>
5959
Name: device-radius
60-
For: @media
61-
Value: [ <<length>> | <<percentage>> ]
6260
Type: range
61+
For: @media
62+
Value: [ <<length>> | <<percentage>> ]
6363
Percentage: Refer to corresponding dimension of the display
6464
</pre>
6565
<p class="note">

0 commit comments

Comments
 (0)