We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfeff1 commit 6722380Copy full SHA for 6722380
1 file changed
css-text/Overview.bs
@@ -510,8 +510,8 @@ Languages and Typesetting</h4>
510
511
<p>The source text of a document often contains formatting
512
that is not relevant to the final rendering: for example,
513
- <a href="http://rhodesmill.org/brandon/2012/one-sentence-per-line/"
514
- >breaking the source into segments</a> (lines) for ease of editing
+ <a href="http://rhodesmill.org/brandon/2012/one-sentence-per-line/">breaking the source into segments</a>
+ (lines) for ease of editing
515
or adding white space characters such as tabs and spaces to indent the source code.
516
CSS white space processing allows the author to control interpretation of such formatting:
517
to preserve or collapse it away when rendering the document.
0 commit comments