You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-break/Overview.src.html
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -327,22 +327,22 @@ <h4 class="no-num">
327
327
<dl>
328
328
<dt>''auto''
329
329
<dd>
330
-
Neither force nor forbid a break before/after the principle box.
330
+
Neither force nor forbid a break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
331
331
</dd>
332
332
<dt>''avoid''
333
333
<dd>
334
-
Avoid a break before/after the principle box.
334
+
Avoid a break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
335
335
</dd>
336
336
<dt>''always''
337
337
<dd>
338
338
Always force a break
339
339
(of all possible types, through all fragmentation contexts)
340
-
before/after the principle box.
340
+
before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
341
341
</dd>
342
342
<dt>''any''
343
343
<dd>
344
344
Force a break of any type, whichever is the type of the deepest fragmentation context,
345
-
before/after the principle box.
345
+
before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
346
346
</dd>
347
347
</dl>
348
348
@@ -356,29 +356,29 @@ <h4 class="no-num">
356
356
<dl>
357
357
<dt>''avoid-page''
358
358
<dd>
359
-
Avoid a page break before/after the principle box.
359
+
Avoid a page break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
360
360
</dd>
361
361
<dt>''page''
362
362
<dd>
363
-
Always force a page break before/after the principle box.
363
+
Always force a page break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
364
364
</dd>
365
365
<dt>''left''
366
366
<dd>
367
-
Force one or two page breaks before/after the principle box so that the next page is formatted as a left page.
367
+
Force one or two page breaks before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that the next page is formatted as a left page.
368
368
</dd>
369
369
<dt>''right''
370
370
<dd>
371
-
Force one or two page breaks before/after the principle box so that the next page is formatted as a right page.
371
+
Force one or two page breaks before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that the next page is formatted as a right page.
372
372
</dd>
373
373
<dt>''recto''
374
374
<dd>
375
-
Force one or two page breaks before/after the principal box so that
375
+
Force one or two page breaks before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
376
376
the next page is formatted as either a left page or a right page,
377
377
whichever is second (according to the page progression) in a page spread.
378
378
</dd>
379
379
<dt>''verso''
380
380
<dd>
381
-
Force one or two page breaks before/after the principal box so that
381
+
Force one or two page breaks before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
382
382
the next page is formatted as either a left page or a right page,
383
383
whichever is first (according to the page progression) in a page spread.
384
384
</dd>
@@ -394,11 +394,11 @@ <h4 class="no-num">
394
394
<dl>
395
395
<dt>''avoid-column''
396
396
<dd>
397
-
Avoid a column break before/after the principle box.
397
+
Avoid a column break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
398
398
</dd>
399
399
<dt>''column''
400
400
<dd>
401
-
Always force a column break before/after the principle box.
401
+
Always force a column break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
402
402
</dd>
403
403
</dl>
404
404
@@ -412,11 +412,11 @@ <h4 class="no-num">
412
412
<dl>
413
413
<dt>''avoid-region''
414
414
<dd>
415
-
Avoid a region break before/after the principle box.
415
+
Avoid a region break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
416
416
</dd>
417
417
<dt>''region''
418
418
<dd>
419
-
Always force a region break before/after the principle box.
419
+
Always force a region break before/after the <ahref="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
0 commit comments