Skip to content

Commit 93d0148

Browse files
author
jihyerish
committed
Merge pull request #63 from Adenilson/miscFixes02
Doing the changes in the bikeshed file.
2 parents 3467955 + 87dad79 commit 93d0148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-round-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The example below shows how a web page looks in the different shapes of displays
104104
<div style="width: 700px">
105105
<p class="caption">Devices where the 'device-radius' media feature is not applicable</p>
106106
</div>
107-
On the other hand, the example below shows how the 'device-radius' media feature works in the different shapes of displays. This is the same as the code above except of media queries usage. The 'device-radius' media feature can be used as follows:
107+
On the other hand, the example below shows how the 'device-radius' media feature works in the different shapes of displays. This is the same as the code above except for media queries usage. The 'device-radius' media feature can be used as follows:
108108
<pre>&lt;!-- index.html -->
109109

110110
&lt;head>
@@ -139,7 +139,7 @@ If this example code is loaded in a regular round display, '<code>round.css</cod
139139
<p class="caption">Devices where the 'device-radius' media feature is applicable</p>
140140
</div>
141141
</div>
142-
<p class="note">Note: If the shapes of displays are various, such as polygons, we need to extend the media features more with additional parameters. The current features have limitations to support the diversity beyond round shapes. How can we express star-shaped polygons? (e.g. SVG syntax, etc.) Of course, there is a trade-off between simplicity and expressiveness.
142+
<p class="note">Note: For other shapes, such as polygons, we need to extend the media features with additional parameters. The current features have limitations to support the diversity beyond round shapes. How can we express star-shaped polygons? (e.g. SVG syntax, etc.) Of course, there is a trade-off between simplicity and expressiveness.
143143
</p>
144144
<p class="issue">
145145
Using 'device-radius' with just a single value (e.g. device-radius: 50%) is enough (for simplicity)? Otherwise, do we need to support all possible values the same as 'border-radius'?

0 commit comments

Comments
 (0)