Skip to content

Commit 40cb276

Browse files
committed
Address some minor comments about describing p::first-line <http://lists.w3.org/Archives/Public/www-style/2009Oct/0085.html>
1 parent 4b9e312 commit 40cb276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selectors3/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,11 +1946,11 @@ <h4><a name=first-line>7.1. The ::first-line pseudo-element</a></h4>
19461946
<pre>p::first-line { text-transform: uppercase }</pre>
19471947
<p>The above rule means "change the letters of the first line of every
19481948
<code>p</code> element to uppercase".</p>
1949-
</div>
19501949

19511950
<p>The selector <code>p::first-line</code> does not match any real
1952-
HTML element. It does match a pseudo-element that conforming user
1953-
agents will insert at the beginning of every paragraph.</p>
1951+
document element. It does match a pseudo-element that conforming user
1952+
agents will insert at the beginning of every <code>p</code> element.</p>
1953+
</div>
19541954

19551955
<p>Note that the length of the first line depends on a number of
19561956
factors, including the width of the page, the font size, etc. Thus,

0 commit comments

Comments
 (0)