File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1100,7 +1100,7 @@ Types of Pseudo-Elements</h4>
11001100Characters 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
You can’t perform that action at this time.
0 commit comments