Skip to content

Commit 2445585

Browse files
committed
[css-device-adapt] Fix awkward grammar.
1 parent 51ef5ec commit 2445585

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

css-device-adapt/Overview.bs

+12-10
Original file line numberDiff line numberDiff line change
@@ -1386,15 +1386,17 @@ they always have.
13861386
<h3 id="large-screen-ua">
13871387
Large screen UA styles</h3>
13881388

1389-
For browsers with an initial viewport size large enough to fit common
1390-
websites without breaking the layout, or which can easily to resized
1391-
to do so, the recommendation is to have <em>no</em> UA styles. That
1392-
means that it will have all descriptors initially set to ''viewport-length/auto'', and
1393-
behave as it would have without support for viewport descriptors.
1394-
1395-
For browsers which support changing orientation, and the portrait mode
1396-
breaks this the above, it is recommended to set a minimum layout
1397-
width, equal to that of the width in landscape mode.
1389+
If a user agent has an initial viewport size large enough to fit common documents without breaking the layout,
1390+
or which can easily to resized to do so,
1391+
the recommendation is to have <em>no</em> UA styles.
1392+
That means that it will have all descriptors initially set to ''viewport-length/auto'',
1393+
and behave as it would have without support for viewport descriptors.
1394+
1395+
If a user agent supports changing orientation,
1396+
and the landscape mode's size fits common documents as described above
1397+
but the portrait mode's size does not,
1398+
it is recommended to set a minimum layout width
1399+
equal to that of the width in landscape mode.
13981400

13991401
<div class="example">
14001402
<pre>
@@ -1442,7 +1444,7 @@ part of a recommended UA stylesheet.
14421444

14431445
This appendix is <em>informative</em>.
14441446

1445-
This appendix describes changes from the
1447+
This appendix describes changes from the
14461448
<a href="http://www.w3.org/TR/2011/WD-css-device-adapt-20110915/"
14471449
>15 September 2011 First Public Working Draft</a>.
14481450

0 commit comments

Comments
 (0)