Skip to content

Commit 4437d5f

Browse files
committed
[mediaqueries] bikeshed fixes
1 parent 5b8f347 commit 4437d5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mediaqueries/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ <h3 class="heading settled heading" data-level=4.1 id=width><span class=secno>4.
12381238
width</span><a class=self-link href=#width></a></h3>
12391239

12401240
<table class="definition descdef mq" data-dfn-for=@media><tr><th>Name:<td><dfn class=css-code data-dfn-for=@media data-dfn-type=descriptor data-export="" id=descdef-width>width<a class=self-link href=#descdef-width></a></dfn><tr><th>For:<td><a class=css-code data-link-type=at-rule href=http://dev.w3.org/csswg/css-conditional-3/#at-ruledef-media title=@media>@media</a><tr><th>Value:<td><a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a><tr><th>Type:<td>range</table>
1241-
<p> The '@media/width' media feature describes the width of the targeted display area of the output device.
1241+
<p> The <a class=property data-link-for=@media data-link-type=propdesc href=#descdef-width title=width>width</a> media feature describes the width of the targeted display area of the output device.
12421242
For continuous media, this is the width of the viewport
12431243
(as described by CSS2, section 9.1.1 <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a>)
12441244
including the size of a rendered scroll bar (if any).
@@ -1445,7 +1445,7 @@ <h3 class="heading settled heading" data-level=5.2 id=scan><span class=secno>5.2
14451445

14461446
<div class=example>
14471447
For example, the “feet” of letters in serif fonts are very small features that can provoke “twitter” on interlaced devices.
1448-
The '@media/scan' media feature can be used to detect this,
1448+
The <a class=property data-link-for=@media data-link-type=propdesc href=#descdef-scan title=scan>scan</a> media feature can be used to detect this,
14491449
and use an alternative font with less chance of “twitter”:
14501450

14511451
<pre>@media (scan: interlace) { body { font-family: sans-serif; } }</pre> </div>
@@ -1552,7 +1552,7 @@ <h3 class="heading settled heading" data-level=5.6 id=mf-overflow-inline><span c
15521552

15531553
<p class=note> Note: There are no known implementations of paged overflow of inline-overflowing content,
15541554
and the very concept doesn’t seem to make much sense,
1555-
so there is intentionally no <a class=css data-link-type=maybe href=#valuedef-paged title=paged>paged</a> value for '@media/overflow-inline'.
1555+
so there is intentionally no <a class=css data-link-type=maybe href=#valuedef-paged title=paged>paged</a> value for <a class=property data-link-for=@media data-link-type=propdesc href=#descdef-overflow-inline title=overflow-inline>overflow-inline</a>.
15561556

15571557

15581558

0 commit comments

Comments
 (0)