Skip to content

Commit 7d89df1

Browse files
committed
Merge pull request w3c#60 from Adenilson/except01
Fixing use of preposition (of -> for).
2 parents c7d12fc + a803d91 commit 7d89df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-round-display/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h3 class="heading settled" data-level="3.1" id="device-radius-media-feature"><s
240240
<div style="width: 700px">
241241
<p class="caption">Devices where the <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius">device-radius</a> media feature is not applicable</p>
242242
</div>
243-
On the other hand, the example below shows how the <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius">device-radius</a> media feature works in the different shapes of displays. This is the same as the code above except of media queries usage. The <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius">device-radius</a> media feature can be used as follows:
243+
On the other hand, the example below shows how the <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius">device-radius</a> media feature works in the different shapes of displays. This is the same as the code above except for media queries usage. The <a class="property" data-link-type="propdesc" href="#descdef-media-device-radius">device-radius</a> media feature can be used as follows:
244244
<pre>&lt;!-- index.html -->
245245
&lt;head>
246246
&lt;link media="screen and (device-radius: 0%)" rel="stylesheet" href="rectangle.css" />

0 commit comments

Comments
 (0)