@@ -144,7 +144,7 @@ <h2 id="fragmentation-model">
144144 < dd >
145145 A content flow that is being laid out in a < i > fragmentation context</ i > .
146146 The < i > fragmented flow</ i > consists of the content of a (possibly anonymous) box
147- called the < dfn > fragmenation root</ dfn > .
147+ called the < dfn > fragmentation root</ dfn > .
148148 </ dd >
149149 < dt > < dfn > fragmentation direction</ dfn > </ dt >
150150 < dd >
@@ -491,7 +491,7 @@ <h3 id="widows-orphans">
491491 </ p >
492492 < p >
493493 Only positive integers are allowed as values of 'orphans' and 'widows'.
494- Negative values and zero are invalid must cause the declaration to be
494+ Negative values and zero are invalid and must cause the declaration to be
495495 < a href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
496496 </ p >
497497 < p >
@@ -655,7 +655,7 @@ <h3 id="break-types">
655655 < p class ="note ">
656656 A fifth type of break is the < dfn > line break</ dfn > , which is a break between
657657 two < a href ="http://www.w3.org/TR/CSS21/visuren.html#line-box "> line boxes</ a > .
658- These are not covered in this specification; see [[!CSS21]].
658+ These are not covered in this specification; see [[!CSS21]] [[CSS3TEXT]] .
659659 </ p >
660660
661661< h3 id ="forced-breaks ">
@@ -672,10 +672,7 @@ <h3 id="forced-breaks">
672672 </ p >
673673 < p >
674674 When multiple < i > forced break values</ i > apply to a single break point,
675- they combine such that all types of break are honored and no content-empty
676- page boxes are generated, except for at most one content-empty page as
677- may be required by the < i > forced break values</ i >
678- to position ensuing content on a specific type of page.
675+ they combine such that all types of break are honored.
679676 When ''left'', ''right'', ''recto'', and/or ''verso'' are combined,
680677 the value specified on the latest element in the flow wins.
681678 </ p >
@@ -945,7 +942,7 @@ <h3 id="break-margins">
945942
946943 < p >
947944 When an unforced break occurs between block-level boxes,
948- any margins adjoining the break are truncated .
945+ any margins adjoining the break truncate to the < i > remaining fragmentainer extent </ i > .
949946 When a forced break occurs there, adjoining margins before the break are truncated,
950947 but margins after the break are preserved.
951948 </ p >
0 commit comments