From 84131bea7ea125073f8bb1c81956621ba5130fcf Mon Sep 17 00:00:00 2001 From: Larry LA Ca Date: Sun, 2 Jul 2023 16:07:57 -0700 Subject: [PATCH] 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. --- css-pseudo-4/Overview.bs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css-pseudo-4/Overview.bs b/css-pseudo-4/Overview.bs index 41cf0d86600..cd7259d6293 100644 --- a/css-pseudo-4/Overview.bs +++ b/css-pseudo-4/Overview.bs @@ -93,9 +93,9 @@ First-Line Text: the ''::first-line'' pseudo-element
       THIS IS A SOMEWHAT LONG HTML PARAGRAPH THAT
-      will be broken into several lines. The
-      first line will be styled by the ‘::first-line’
-      pseudo-element. The other lines will be
+      will be broken into several lines. The first
+      line will be styled by the ‘::first-line’
+      pseudo-element. The other lines will be 
       treated as ordinary lines in the paragraph.
     
@@ -106,11 +106,11 @@ First-Line Text: the ''::first-line'' pseudo-element HTML paragraph that will be broken into several lines. The first line will - be styled by the ‘::first-line’ - pseudo-element. The other - lines will be treated as - ordinary lines in the - paragraph. + be styled by the + ‘::first-line’ pseudo- + element. The other lines + will be treated as ordinary + lines in the paragraph.