File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ Types of Breaks</h3>
637
637
</dd>
638
638
</dl>
639
639
<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
641
641
two <a href="https://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a> .
642
642
These are not covered in this specification; see [[!CSS2]] [[CSS3TEXT]] .
643
643
</p>
Original file line number Diff line number Diff line change @@ -2029,11 +2029,11 @@ Text Processing</h3>
2029
2029
Line Breaking and Word Boundaries</h2>
2030
2030
2031
2031
<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> .
2033
2033
When a line is broken due to explicit line-breaking controls
2034
2034
(such as a <a>preserved</a> newline character),
2035
2035
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> .
2037
2037
When a line is broken due to content <dfn lt="wrapping|wrap">wrapping</dfn>
2038
2038
(i.e. when the UA creates unforced line breaks in order to fit the content within the measure),
2039
2039
it is a <dfn>soft wrap break</dfn> .
You can’t perform that action at this time.
0 commit comments