Skip to content

Commit ad47a46

Browse files
committed
Merge pull request #91 from SimonSapin/i
Point out case-insensitivity of i in [foo=bar i]
2 parents 6d8f187 + 498c104 commit ad47a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

selectors/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,9 @@ Case-sensitivity</h3>
14641464
identifier <code>i</code> before the closing bracket (<code>]</code>).
14651465
When this flag is present, UAs must match the attribute's value
14661466
case-insensitively within the ASCII range.
1467+
Like the rest of Selectors syntax,
1468+
the <code>i</code> identifier is <a href="#case-sensitive">case-insensitive</a>
1469+
within the ASCII range.
14671470

14681471
<div class="example">
14691472
The following rule will style the <code>frame</code> attribute when it

0 commit comments

Comments
 (0)