We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe0fb0 commit bed002cCopy full SHA for bed002c
1 file changed
selectors3/Overview.html
@@ -2291,9 +2291,9 @@ <h4><a name=gen-content>7.4. The ::before and ::after pseudo-elements</a></h4>
2291
href="#refsCSS21">[CSS21]</a>.</p>
2292
2293
<p>When the <code>::first-letter</code> and <code>::first-line</code>
2294
-pseudo-elements are combined with <code>::before</code> and
2295
-<code>::after</code>, they apply to the first letter or line of the
2296
-element including the inserted text.</p>
+pseudo-elements are applied to an element having content generated
+using <code>::before</code> or <code>::after</code>, they apply to the
+first letter or line of the element including the generated content.</p>
2297
2298
<h2><a name=combinators>8. Combinators</a></h2>
2299
0 commit comments