File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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><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">
Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ <h1>Media Queries Level 4 Disposition of Comments for 2017-09-05 CR</h1>
4646Response: < a href ='https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730 '> https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730</ a >
4747Closed: Accepted
4848Resolved: 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 ] ;
Original file line number Diff line number Diff line change @@ -16,3 +16,11 @@ Comment: https://github.com/w3c/csswg-drafts/pull/2470
1616Response: https://github.com/w3c/csswg-drafts/pull/2470#issuecomment-375847730
1717Closed: Accepted
1818Resolved: 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
You can’t perform that action at this time.
0 commit comments