We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb2790 commit c2a5f2eCopy full SHA for c2a5f2e
selectors-4/Overview.bs
@@ -2151,6 +2151,13 @@ Case-sensitivity</h3>
2151
[=ASCII case-insensitively=]
2152
(i.e. [a-z] and \[A-Z] are considered equivalent).
2153
2154
+ <div class="example">
2155
+ For example, ASCII case insensitivity allows <code>green</code>
2156
+ to match <code>GREEN</code>.
2157
+ However, <code>grün</code>
2158
+ would not match <code>GRÜN</code>.
2159
+ </div>
2160
+
2161
Alternately, the attribute selector may include the identifier <code>s</code>
2162
before the closing bracket (<code>]</code>);
2163
in this case the UA must match the value case-sensitively,
0 commit comments