We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f18ee5 commit f9af274Copy full SHA for f9af274
1 file changed
css-device-adapt/Overview.bs
@@ -137,7 +137,7 @@ on all browsers, not only mobile ones.
137
However, if support is only available on mobile browsers for a significant time,
138
there is a risk that authors would write ''@viewport'' rules that work on mobile
139
but do the wrong if applied by a desktop browser.
140
-This would make it difficult to later add support ''@viewport'' in desktop browsers.</strong>
+This would make it difficult to later add support for ''@viewport'' in desktop browsers.</strong>
141
<p>An example of such misguided use would be to write <code highlight="css">@viewport { width: 320px; }</code>
142
instead of <code highlight="css">@viewport { width: auto; }</code>
143
to make a document “mobile friendly”.
0 commit comments