@@ -142,10 +142,10 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
142142 < li > < a href ="#fragmentation-model "> < span class =secno > 2. </ span >
143143 Fragmentation Model and Terminology</ a >
144144
145- < li > < a href ="#controlling-breaks "> < span class =secno > 3. </ span > Controlling
145+ < li > < a href ="#breaking-controls "> < span class =secno > 3. </ span > Controlling
146146 Breaks</ a >
147147 < ul class =toc >
148- < li > < a href ="#break-controls "> < span class =secno > 3.1. </ span > Forced
148+ < li > < a href ="#break-properties "> < span class =secno > 3.1. </ span > Forced
149149 breaks and keep-together: the ‘< code
150150 class =property > break-before</ code > ’, ‘< code
151151 class =property > break-after</ code > ’, ‘< code
@@ -156,7 +156,7 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
156156 ‘< code class =property > widows</ code > ’</ a >
157157 </ ul >
158158
159- < li > < a href ="#break -rules "> < span class =secno > 4. </ span > Rules for
159+ < li > < a href ="#breaking -rules "> < span class =secno > 4. </ span > Rules for
160160 Breaking</ a >
161161 < ul class =toc >
162162 < li > < a href ="#possible-breaks "> < span class =secno > 4.1. </ span > Possible
@@ -231,12 +231,12 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
231231
232232 < p > In paged media (e.g., paper, transparencies, photo album pages, pages
233233 displayed on computer screens as printed output simulations), as opposed
234- to < a href ="/ TR/CSS2/media.html#continuous-media-group "> continuous
235- media</ a > , the content of the document is split into one or more discrete
236- display surfaces. In order to avoid awkward breaks (such as halfway
237- through a line of text), the layout engine must be able to shift around
238- content that would fall across the page break. This process is called < dfn
239- id =pagination > pagination</ dfn > .
234+ to < a href ="http://www.w3.org/ TR/CSS2/media.html#continuous-media-group ">
235+ continuous media</ a > , the content of the document is split into one or
236+ more discrete display surfaces. In order to avoid awkward breaks (such as
237+ halfway through a line of text), the layout engine must be able to shift
238+ around content that would fall across the page break. This process is
239+ called < dfn id =pagination > pagination</ dfn > .
240240
241241 < p > In CSS, in addition to paged media, certain layout features such as < a
242242 href ="http://www.w3.org/TR/css3-regions/ "> regions</ a > < a
@@ -347,7 +347,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
347347 class =property > box-decoration-break</ code > ’ property in
348348 [[CSS3BACKGROUND]].
349349
350- < h2 id =controlling-breaks > < span class =secno > 3. </ span > Controlling Breaks</ h2 >
350+ < h2 id =breaking-controls > < span class =secno > 3. </ span > Controlling Breaks</ h2 >
351351
352352 < p > The following sections explain how breaks are controlled in a
353353 fragmented flow. Five properties indicate where the user agent may or
@@ -356,7 +356,7 @@ <h2 id=controlling-breaks><span class=secno>3. </span> Controlling Breaks</h2>
356356 href ="http://www.w3.org/TR/css3-page/#left-right-first "> left or right</ a > )
357357 the subsequent content should resume.
358358
359- < h3 id =break-controls > < span class =secno > 3.1. </ span > Forced breaks and
359+ < h3 id =break-properties > < span class =secno > 3.1. </ span > Forced breaks and
360360 keep-together: the ‘< a href ="#break-before "> < code
361361 class =property > break-before</ code > </ a > ’, ‘< a
362362 href ="#break-after "> < code class =property > break-after</ code > </ a > ’,
@@ -677,7 +677,7 @@ <h3 id=widows-orphans><span class=secno>3.2. </span> Breaks inside
677677 property specifies the minimum number of line boxes of a block container
678678 that must be left in a < a href ="#fragment "> < i > fragment</ i > </ a > after a
679679 break. Examples of how they are used to control fragmentation breaks are
680- given < a href =widows-orphans-example > below</ a > .
680+ given < a href =" # widows-orphans-example" > below</ a > .
681681
682682 < p > Only positive integers are allowed as values of ‘< a
683683 href ="#orphans "> < code class =property > orphans</ code > </ a > ’ and
@@ -690,7 +690,7 @@ <h3 id=widows-orphans><span class=secno>3.2. </span> Breaks inside
690690 href ="#orphans "> < code class =property > orphans</ code > </ a > ’, the rule
691691 simply becomes that all lines in the block must be kept together.
692692
693- < h2 id =break -rules> < span class =secno > 4. </ span > Rules for Breaking</ h2 >
693+ < h2 id =breaking -rules> < span class =secno > 4. </ span > Rules for Breaking</ h2 >
694694
695695 < p > A fragmented flow may be broken across fragmenters at a number of < a
696696 href ="#possible-breaks "> possible break points</ a > . In the case of < a
@@ -820,16 +820,16 @@ <h3 id=forced-breaks><span class=secno>4.3. </span> Forced breaks</h3>
820820 the latest element in the flow wins.
821821
822822 < p class =note > A page break must also occur at < a
823- href ="#brk- btw-blocks "> (1)</ a > if the last line box above this margin and
824- the first one below it do not have the same value for ‘< code
823+ href ="#btw-blocks "> (1)</ a > if the last line box above this margin and the
824+ first one below it do not have the same value for ‘< code
825825 class =property > page</ code > ’. See < a href ="#CSS3PAGE "
826826 rel =biblioentry > [CSS3PAGE]<!--{{!CSS3PAGE}}--> </ a >
827827
828828 < h3 id =unforced-breaks > < span class =secno > 4.4. </ span > Unforced Breaks</ h3 >
829829
830830 < p > While < a href ="#breaking-controls "> breaking controls</ a > can force
831831 breaks, they can also discourage them. The following rules control whether
832- breaking at a < a href ="#posible -breaks "> possible break point</ a > is
832+ breaking at a < a href ="#possible -breaks "> possible break point</ a > is
833833 allowed:
834834
835835 < dl >
0 commit comments