Skip to content

Commit 87d6c4e

Browse files
committed
[css-text-3] Export 'line break'. #4687
1 parent a08dbf6 commit 87d6c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-break-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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>

css-text-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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>.

0 commit comments

Comments
 (0)