Created
November 14, 2019 12:53
-
-
Save brucelawson/b079c1af9d4fb06f263729503e70f68f to your computer and use it in GitHub Desktop.
Revisions
-
bruce lawson created this gist
Nov 14, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ There are many sites displaying song lyrics or poetry. In these artistic works, line breaks are important; they carry meaning. Most sites markup the authorial line break with a <br> element to force the browser to honour the author's intention. However, there are many occasions when a narrow screen forces a long line to wrap, and it is not possible for the reader to determine which line breaks are authorial (and thus have meaning/ semantics) and which are added by the browser (and are thus presentational). In printed media, there are typographic conventions to indicate the difference.