Skip to content

Commit 7c677f7

Browse files
committed
Fix error in case-sensitivity section
1 parent 7d93203 commit 7c677f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

selectors4/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ <h3 id=attribute-case><span class=secno>6.3. </span> Case-sensitivity</h3>
14621462
depends on the document language. To match attribute values
14631463
case-insensitively regardless of document language rules, the attribute
14641464
selector may be immediately followed by the identifier <code>i</code>.
1465-
When this flag is present, UAs must match the selector's value
1465+
When this flag is present, UAs must match the attribute's value
14661466
case-insensitively within the ASCII range.
14671467

14681468
<div class=example>

selectors4/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ <h3 id=attribute-case>
983983
depends on the document language. To match attribute values case-insensitively
984984
regardless of document language rules, the attribute selector may be immediately
985985
followed by the identifier <code>i</code>. When this flag is present, UAs
986-
must match the selector's value case-insensitively within the ASCII range.
986+
must match the attribute's value case-insensitively within the ASCII range.
987987

988988
<div class="example">
989989
<p>The following rule will style the <code>frame</code> attribute when it

0 commit comments

Comments
 (0)