Skip to content

Commit 8fa4d3a

Browse files
committed
[mediaqueries-4] Note that tokens are ascii case insensitive
Closes #2727
1 parent 82b2f2d commit 8fa4d3a

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ Syntax</h2>
852852

853853
Note: This definition of <<media-query-list>> parsing intentionally accepts an empty list.
854854

855+
Note: As per [[!CSS3SYN]], tokens are <a>ASCII case-insensitive</a>.
856+
855857
<pre>
856858
<dfn>&lt;media-query></dfn> = <<media-condition>>
857859
| [ not | only ]? <<media-type>> [ and <<media-condition-without-or>> ]?
@@ -2171,6 +2173,7 @@ The following changes were made to this specification since the
21712173
<ul>
21722174
<li>Clarify that the ''speech'' media type is for pure audio UAs, not screen readers,
21732175
which as their name indicates, work based on a screen rendition.
2176+
<li>Add note referencing the syntax spec to remind that token parsing is ascii case insensitive
21742177
</ul>
21752178

21762179
<h3 id="changes-2017">

mediaqueries-4/issues-cr-2017-09-05.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ <h1>Media Queries Level 4 Disposition of Comments for 2017-09-05 CR</h1>
4646
Response: <a href='https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730'>https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730</a>
4747
Closed: Accepted
4848
Resolved: Editorial</pre>
49+
<pre class='a' id='issue-3'>
50+
Issue 3. <a href='#issue-3'>#</a>
51+
Summary: Clarify case sensitivity
52+
From: Emilio Cobos Álvarez
53+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2727'>https://github.com/w3c/csswg-drafts/issues/2727</a>
54+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/2727#issuecomment-394475794'>https://github.com/w3c/csswg-drafts/issues/2727#issuecomment-394475794</a>
55+
Closed: Accepted
56+
Resolved: Editorial</pre>
4957
<script>
5058
(function () {
5159
var sheet = document.styleSheets[0];

mediaqueries-4/issues-cr-2017-09-05.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ Comment: https://github.com/w3c/csswg-drafts/pull/2470
1616
Response: https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730
1717
Closed: Accepted
1818
Resolved: Editorial
19+
----
20+
Issue 3.
21+
Summary: Clarify case sensitivity
22+
From: Emilio Cobos Álvarez
23+
Comment: https://github.com/w3c/csswg-drafts/issues/2727
24+
Response: https://github.com/w3c/csswg-drafts/issues/2727#issuecomment-394475794
25+
Closed: Accepted
26+
Resolved: Editorial

0 commit comments

Comments
 (0)