File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ Types of Breaks</h3>
637637 </dd>
638638 </dl>
639639 <p class="note">
640- A fifth type of break is the “ line break” , which is a break between
640+ A fifth type of break is the [= line break=] , which is a break between
641641 two <a href="https://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a> .
642642 These are not covered in this specification; see [[!CSS2]] [[CSS3TEXT]] .
643643 </p>
Original file line number Diff line number Diff line change @@ -2029,11 +2029,11 @@ Text Processing</h3>
20292029 Line Breaking and Word Boundaries</h2>
20302030
20312031 <p> When inline-level content is laid out into lines, it is broken across line boxes.
2032- Such a break is called a <dfn>line break</dfn> .
2032+ Such a break is called a <dfn export >line break</dfn> .
20332033 When a line is broken due to explicit line-breaking controls
20342034 (such as a <a>preserved</a> newline character),
20352035 or due to the start or end of a block,
2036- it is a <dfn>forced line break</dfn> .
2036+ it is a <dfn export >forced line break</dfn> .
20372037 When a line is broken due to content <dfn lt="wrapping|wrap">wrapping</dfn>
20382038 (i.e. when the UA creates unforced line breaks in order to fit the content within the measure),
20392039 it is a <dfn>soft wrap break</dfn> .
You can’t perform that action at this time.
0 commit comments