Skip to content

Commit 56b98b1

Browse files
committed
[mediaqueries-3] Mention ASCII case-insensitivity, not only case-insensitivity.
1 parent ae661af commit 56b98b1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

mediaqueries-3/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,9 @@ <h2 id=syntax><span class=secno>3. </span>Syntax</h2>
593593
<p><code>RESOLUTION</code> is to be added to the CSS2 <code>term</code>
594594
production.
595595

596-
<p>CSS style sheets are generally case-insensitive, and this is also the
597-
case for media queries.
596+
<p>CSS style sheets are generally <a
597+
href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII
598+
case-insensitive</a>, and this is also the case for media queries.
598599

599600
<p>In addition to conforming to the syntax, each media query needs to use
600601
media types and media features according to their respective specification

mediaqueries-3/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ <h2>Syntax</h2>
432432
<p><code>RESOLUTION</code> is to be added to the CSS2
433433
<code>term</code> production.</p>
434434

435-
<p>CSS style sheets are generally case-insensitive, and this is
436-
also the case for media queries.</p>
435+
<p>CSS style sheets are generally <a
436+
href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII
437+
case-insensitive</a>, and this is also the case for media queries.</p>
437438

438439
<p>In addition to conforming to the syntax, each media query needs to use
439440
media types and media features according to their respective specification

0 commit comments

Comments
 (0)