Skip to content

Commit 881f7ca

Browse files
committed
[mediaqueries-3] Mention ASCII case-insensitivity, not only case-insensitivity.
1 parent e636053 commit 881f7ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mediaqueries-3/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ <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 ASCII case-insensitive, and this is also
597+
the case for media queries.
598598

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

mediaqueries-3/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <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
435+
<p>CSS style sheets are generally ASCII case-insensitive, and this is
436436
also the case for media queries.</p>
437437

438438
<p>In addition to conforming to the syntax, each media query needs to use

0 commit comments

Comments
 (0)