@@ -362,7 +362,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
362362 href ="#fragmentation-context "> < i > fragmentation context</ i > </ a > . The < a
363363 href ="#fragmented-flow "> < i > fragmented flow</ i > </ a > consists of the
364364 content of a (possibly anonymous) box called the < dfn
365- id =fragmenation -root> fragmenation root</ dfn > .
365+ id =fragmentation -root> fragmentation root</ dfn > .
366366
367367 < dt > < dfn id =fragmentation-direction > fragmentation direction</ dfn >
368368
@@ -421,7 +421,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
421421 href ="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes "> inline
422422 boxes</ a > across < a
423423 href ="http://www.w3.org/TR/CSS21/visuren.html#line-box "> line boxes</ a > .
424- However, inline breaking is not covered here; see < a href ="#ref-CSS3TEXT "
424+ However, inline breaking is not covered here; see < a href ="#ref-CSS21 "
425425 rel =biblioentry > [CSS3TEXT]<!--{{CSS3TEXT}}--> </ a > .
426426
427427 < h2 id =breaking-controls > < span class =secno > 3. </ span > Controlling Breaks</ h2 >
@@ -527,7 +527,8 @@ <h3 id=break-between><span class=secno>3.1. </span> Breaks Between Boxes:
527527 class =property > break-before</ code > </ a > ’ and ‘< a
528528 href ="#break-after "> < code class =property > break-after</ code > </ a > ’ are
529529 defined in the sub-sections below. User Agents must apply these properties
530- to boxes in the normal flow of the < i > fragmentation root</ i > . User agents
530+ to boxes in the normal flow of the < a
531+ href ="#fragmentation-root "> < i > fragmentation root</ i > </ a > . User agents
531532 should also apply these properties to floated boxes whose containing block
532533 is in the normal flow of the root fragmented element. User agents may also
533534 apply these properties to other boxes.
@@ -757,7 +758,7 @@ <h3 id=widows-orphans><span class=secno>3.3. </span> Breaks Between Lines:
757758 < p > Only positive integers are allowed as values of ‘< a
758759 href ="#orphans "> < code class =property > orphans</ code > </ a > ’ and ‘< a
759760 href ="#widows "> < code class =property > widows</ code > </ a > ’. Negative values
760- and zero are invalid must cause the declaration to be < a
761+ and zero are invalid and must cause the declaration to be < a
761762 href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
762763
763764 < p > If a block contains fewer lines than the value of ‘< a
@@ -927,7 +928,8 @@ <h3 id=break-types><span class=secno>4.2. </span> Types of Breaks</h3>
927928 break</ dfn > , which is a break between two < a
928929 href ="http://www.w3.org/TR/CSS21/visuren.html#line-box "> line boxes</ a > .
929930 These are not covered in this specification; see < a href ="#ref-CSS21 "
930- rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > .
931+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > < a href ="#ref-CSS3TEXT "
932+ rel =biblioentry > [CSS3TEXT]<!--{{CSS3TEXT}}--> </ a > .
931933
932934 < h3 id =forced-breaks > < span class =secno > 4.3. </ span > Forced Breaks</ h3 >
933935
@@ -945,13 +947,10 @@ <h3 id=forced-breaks><span class=secno>4.3. </span> Forced Breaks</h3>
945947
946948 < p > When multiple < a href ="#forced-break-values "> < i > forced break
947949 values</ i > </ a > apply to a single break point, they combine such that all
948- types of break are honored and no content-empty page boxes are generated,
949- except for at most one content-empty page as may be required by the < a
950- href ="#forced-break-values "> < i > forced break values</ i > </ a > to position
951- ensuing content on a specific type of page. When ‘< code
952- class =css > left</ code > ’, ‘< code class =css > right</ code > ’, ‘< code
953- class =css > recto</ code > ’, and/or ‘< code class =css > verso</ code > ’ are
954- combined, the value specified on the latest element in the flow wins.
950+ types of break are honored. When ‘< code class =css > left</ code > ’,
951+ ‘< code class =css > right</ code > ’, ‘< code class =css > recto</ code > ’,
952+ and/or ‘< code class =css > verso</ code > ’ are combined, the value
953+ specified on the latest element in the flow wins.
955954
956955 < p class =note > A page break must also occur at a < a
957956 href ="#btw-blocks "> class A break point</ a > if the last line box above this
@@ -1213,9 +1212,10 @@ <h3 id=break-margins><span class=secno>5.2. </span> Adjoining Margins at
12131212 Breaks</ h3 >
12141213
12151214 < p > When an unforced break occurs between block-level boxes, any margins
1216- adjoining the break are truncated. When a forced break occurs there,
1217- adjoining margins before the break are truncated, but margins after the
1218- break are preserved.
1215+ adjoining the break truncate to the < a
1216+ href ="#remaining-fragmentainer-extent "> < i > remaining fragmentainer
1217+ extent</ i > </ a > . When a forced break occurs there, adjoining margins before
1218+ the break are truncated, but margins after the break are preserved.
12191219
12201220 < h3 id =box-splitting > < span class =secno > 5.3. </ span > Splitting Boxes</ h3 >
12211221
@@ -1835,9 +1835,6 @@ <h2 class=no-num id=index>Index</h2>
18351835 < li > forced break values, < a href ="#forced-break-values "
18361836 title ="section 3.1. "> < strong > 3.1.</ strong > </ a >
18371837
1838- < li > fragmenation root, < a href ="#fragmenation-root "
1839- title ="section 2. "> < strong > 2.</ strong > </ a >
1840-
18411838 < li > fragment, < a href ="#fragment "
18421839 title ="section 2. "> < strong > 2.</ strong > </ a >
18431840
@@ -1860,6 +1857,9 @@ <h2 class=no-num id=index>Index</h2>
18601857 < li > fragmentation direction, < a href ="#fragmentation-direction "
18611858 title ="section 2. "> < strong > 2.</ strong > </ a >
18621859
1860+ < li > fragmentation root, < a href ="#fragmentation-root "
1861+ title ="section 2. "> < strong > 2.</ strong > </ a >
1862+
18631863 < li > fragmented flow, < a href ="#fragmented-flow "
18641864 title ="section 2. "> < strong > 2.</ strong > </ a >
18651865
0 commit comments