Skip to content

Commit bbd412d

Browse files
author
Peter Linss
committed
[selectors-4] Bikeshed cleanups
1 parent 3c665e4 commit bbd412d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

selectors/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ Types of Pseudo-Elements</h4>
11001100
Characters and case sensitivity</h3>
11011101

11021102
All Selectors syntax is case-insensitive within the ASCII range
1103-
(i.e. [a-z] and [A-Z] are equivalent),
1103+
(i.e. [a-z] and \[A-Z] are equivalent),
11041104
except for the following parts,
11051105
which are not under the control of Selectors:
11061106
the case-sensitivity of
@@ -1261,9 +1261,9 @@ The Negation Pseudo-class: '':not()''</h3>
12611261
For example, the following selector matches all <a element>button</a> elements in an HTML document
12621262
that are not disabled.
12631263

1264-
<pre>button:not([DISABLED]) </pre>
1264+
<pre>button:not(\[DISABLED]) </pre>
12651265

1266-
The following selector represents all but <a element title>FOO</a> elements.
1266+
The following selector represents all but FOO elements.
12671267

12681268
<pre>*:not(FOO)</pre>
12691269

0 commit comments

Comments
 (0)