Skip to content

Commit e76de12

Browse files
committed
[css-break] Fix another vocabulary glitch. <http://lists.w3.org/Archives/Public/www-style/2013Dec/0378.html>
1 parent bf0c785 commit e76de12

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css-break/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,11 +1060,12 @@ <h3 id=unforced-breaks><span class=secno>4.4. </span> Unforced Breaks</h3>
10601060
</dl>
10611061

10621062
<p> If the above doesn't provide enough break points to keep content from
1063-
overflowing the page boxes, then rules 1, 2 and 4 are dropped in order to
1064-
find additional breakpoints. In this case the UA may use the ‘<code
1065-
class=css>avoid</code>’s that are in effect at those points to weigh the
1066-
appropriateness of the new breakpoints; however, this specification does
1067-
not suggest a precise algorithm.
1063+
overflowing the <a href="#fragmentainer"><i>fragmentainer</i></a>, then
1064+
rules 1, 2 and 4 are dropped in order to find additional breakpoints. In
1065+
this case the UA may use the ‘<code class=css>avoid</code>’s that are
1066+
in effect at those points to weigh the appropriateness of the new
1067+
breakpoints; however, this specification does not suggest a precise
1068+
algorithm.
10681069

10691070
<p> If that still does not lead to sufficient break points, rule 3 is
10701071
dropped as well, to find still more break points.

css-break/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ <h3 id="unforced-breaks">
774774
</dl>
775775
<p>
776776
If the above doesn't provide enough break points to keep content from
777-
overflowing the page boxes, then rules 1, 2 and 4 are dropped in order
778-
to find additional breakpoints.
777+
overflowing the <i>fragmentainer</i>,
778+
then rules 1, 2 and 4 are dropped in order to find additional breakpoints.
779779
In this case the UA may use the ''avoid''s that are in effect at those
780780
points to weigh the appropriateness of the new breakpoints; however,
781781
this specification does not suggest a precise algorithm.

0 commit comments

Comments
 (0)