Skip to content

Commit 84131be

Browse files
authored
First-Line Example 2 missing word 'styled'
In the First-Line, Example 2, the base text is ...first line will be styled by the... The page width demonstration examples omitted 'styled' ...first line will be by the.. Fixed these to read: ...first line will be styled by the.. and flowed the updated text line wrapping.
1 parent 0b2cf70 commit 84131be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-pseudo-4/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ First-Line Text: the ''::first-line'' pseudo-element</h3>
9393

9494
<pre class="figure">
9595
THIS IS A SOMEWHAT LONG HTML PARAGRAPH THAT
96-
will be broken into several lines. The
97-
first line will be styled by the ‘::first-line’
98-
pseudo-element. The other lines will be
96+
will be broken into several lines. The first
97+
line will be styled by the ‘::first-line’
98+
pseudo-element. The other lines will be
9999
treated as ordinary lines in the paragraph.
100100
</pre>
101101

@@ -106,11 +106,11 @@ First-Line Text: the ''::first-line'' pseudo-element</h3>
106106
HTML paragraph that will
107107
be broken into several
108108
lines. The first line will
109-
be styled by the ‘::first-line’
110-
pseudo-element. The other
111-
lines will be treated as
112-
ordinary lines in the
113-
paragraph.
109+
be styled by the
110+
‘::first-line’ pseudo-
111+
element. The other lines
112+
will be treated as ordinary
113+
lines in the paragraph.
114114
</pre>
115115
</div>
116116

0 commit comments

Comments
 (0)