We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b3fdc commit 0e22bd8Copy full SHA for 0e22bd8
selectors/Overview.bs
@@ -861,7 +861,7 @@ Pseudo-classing Pseudo-elements</h4>
861
862
<div class="example">
863
For example, since the '':hover'' pseudo-class specifies
864
- that it can apply to any pseudo-element,
+ that it can apply to any pseudo-element,
865
''::first-line:hover'' will match when the first line is hovered.
866
However, since neither '':focus'' nor ''::first-line''
867
define that '':focus'' can apply to ''::first-line'',
@@ -2502,7 +2502,7 @@ Child-indexed Pseudo-classes</h3>
2502
2503
<pre>
2504
tr {
2505
- background: white; \
+ background: white;
2506
}
2507
tr:nth-child(even) {
2508
background: silver;
0 commit comments