Skip to content

Commit 2ea9899

Browse files
authored
[css-pseudo-4][editorial] Fixed formatting in example 2
After w3c#9024, the line breaks were a bit off, which this change corrects.
1 parent 4b7bc9e commit 2ea9899

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)