Skip to content

Commit f5f30b0

Browse files
committed
[css-break] merge
2 parents 200a90d + a5715fb commit f5f30b0

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

css-break/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -954,9 +954,8 @@ <h3 id=unforced-breaks><span class=secno>4.4. </span> Unforced Breaks</h3>
954954

955955
<p> While <a href="#breaking-controls">breaking controls</a> can force
956956
breaks, they can also discourage them. An <dfn id=unforced-break>unforced
957-
break</dfn> is one that is not author-specified <a
958-
href="#forced-break"><i>forced break</i></a>, one that is inserted by the
959-
UA in order to prevent content from overflowing the <a
957+
break</dfn> is one that is inserted automatically by the UA in order to
958+
prevent content from overflowing the <a
960959
href="#fragmentainer"><i>fragmentainer</i></a>. The following rules
961960
control whether unforced breaking at a <a href="#possible-breaks">possible
962961
break point</a> is allowed:

css-break/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ <h3 id="unforced-breaks">
690690
<p>
691691
While <a href="#breaking-controls">breaking controls</a> can force breaks,
692692
they can also discourage them.
693-
An <dfn>unforced break</dfn> is one that is not author-specified <i>forced break</i>,
694-
one that is inserted by the UA in order to prevent content from overflowing the <i>fragmentainer</i>.
693+
An <dfn>unforced break</dfn> is one that is inserted automatically by the UA
694+
in order to prevent content from overflowing the <i>fragmentainer</i>.
695695
The following rules control whether unforced breaking
696696
at a <a href="#possible-breaks">possible break point</a> is allowed:
697697
</p>

0 commit comments

Comments
 (0)