@@ -1386,15 +1386,17 @@ they always have.
1386
1386
<h3 id="large-screen-ua">
1387
1387
Large screen UA styles</h3>
1388
1388
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.
1398
1400
1399
1401
<div class="example">
1400
1402
<pre>
@@ -1442,7 +1444,7 @@ part of a recommended UA stylesheet.
1442
1444
1443
1445
This appendix is <em> informative</em> .
1444
1446
1445
- This appendix describes changes from the
1447
+ This appendix describes changes from the
1446
1448
<a href="http://www.w3.org/TR/2011/WD-css-device-adapt-20110915/"
1447
1449
>15 September 2011 First Public Working Draft</a> .
1448
1450
0 commit comments