Skip to content

Commit b653e03

Browse files
committed
[css-break] principle box -> principal box + link
1 parent ce69967 commit b653e03

2 files changed

Lines changed: 63 additions & 37 deletions

File tree

css-break/Overview.html

Lines changed: 49 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Fragmentation Module Level 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2014-01-13 name=dcterms.date>
15+
<meta content=2014-01-15 name=dcterms.date>
1616
<meta content="Rossen Atanassov" name=dcterms.creator>
1717
<meta content="Microsoft Corporation" name=dcterms.creator>
1818
<meta
@@ -34,11 +34,11 @@
3434
<h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3:<br>
3535
Breaking the Web, one fragment at a time</h1>
3636

37-
<h2 class="no-num no-toc">Editor's Draft 13 January 2014</h2>
37+
<h2 class="no-num no-toc">Editor's Draft 15 January 2014</h2>
3838

3939
<dl>
4040
<dt>This version:</dt>
41-
<!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2014/WD-css3-break-20140113/</a></dd>-->
41+
<!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2014/WD-css3-break-20140115/</a></dd>-->
4242

4343
<dd><a
4444
href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a>
@@ -587,21 +587,29 @@ <h4 class=no-num id=generic-break-values> Generic Break Values</h4>
587587
<dl>
588588
<dt><code class=css>auto</code>
589589

590-
<dd> Neither force nor forbid a break before/after the principle box.
590+
<dd> Neither force nor forbid a break before/after the <a
591+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
592+
box</a>.
591593

592594
<dt><code class=css>avoid</code>
593595

594-
<dd> Avoid a break before/after the principle box.
596+
<dd> Avoid a break before/after the <a
597+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
598+
box</a>.
595599

596600
<dt><code class=css>always</code>
597601

598602
<dd> Always force a break (of all possible types, through all
599-
fragmentation contexts) before/after the principle box.
603+
fragmentation contexts) before/after the <a
604+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
605+
box</a>.
600606

601607
<dt><code class=css>any</code>
602608

603609
<dd> Force a break of any type, whichever is the type of the deepest
604-
fragmentation context, before/after the principle box.
610+
fragmentation context, before/after the <a
611+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
612+
box</a>.
605613
</dl>
606614

607615
<h4 class=no-num id=page-break-values> Page Break Values</h4>
@@ -612,33 +620,43 @@ <h4 class=no-num id=page-break-values> Page Break Values</h4>
612620
<dl>
613621
<dt><code class=css>avoid-page</code>
614622

615-
<dd> Avoid a page break before/after the principle box.
623+
<dd> Avoid a page break before/after the <a
624+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
625+
box</a>.
616626

617627
<dt><code class=css>page</code>
618628

619-
<dd> Always force a page break before/after the principle box.
629+
<dd> Always force a page break before/after the <a
630+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
631+
box</a>.
620632

621633
<dt><code class=css>left</code>
622634

623-
<dd> Force one or two page breaks before/after the principle box so that
624-
the next page is formatted as a left page.
635+
<dd> Force one or two page breaks before/after the <a
636+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
637+
box</a> so that the next page is formatted as a left page.
625638

626639
<dt><code class=css>right</code>
627640

628-
<dd> Force one or two page breaks before/after the principle box so that
629-
the next page is formatted as a right page.
641+
<dd> Force one or two page breaks before/after the <a
642+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
643+
box</a> so that the next page is formatted as a right page.
630644

631645
<dt><code class=css>recto</code>
632646

633-
<dd> Force one or two page breaks before/after the principal box so that
634-
the next page is formatted as either a left page or a right page,
635-
whichever is second (according to the page progression) in a page spread.
647+
<dd> Force one or two page breaks before/after the <a
648+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
649+
box</a> so that the next page is formatted as either a left page or a
650+
right page, whichever is second (according to the page progression) in a
651+
page spread.
636652

637653
<dt><code class=css>verso</code>
638654

639-
<dd> Force one or two page breaks before/after the principal box so that
640-
the next page is formatted as either a left page or a right page,
641-
whichever is first (according to the page progression) in a page spread.
655+
<dd> Force one or two page breaks before/after the <a
656+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
657+
box</a> so that the next page is formatted as either a left page or a
658+
right page, whichever is first (according to the page progression) in a
659+
page spread.
642660
</dl>
643661

644662
<h4 class=no-num id=column-break-values> Column Break Values</h4>
@@ -649,11 +667,15 @@ <h4 class=no-num id=column-break-values> Column Break Values</h4>
649667
<dl>
650668
<dt><code class=css>avoid-column</code>
651669

652-
<dd> Avoid a column break before/after the principle box.
670+
<dd> Avoid a column break before/after the <a
671+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
672+
box</a>.
653673

654674
<dt><code class=css>column</code>
655675

656-
<dd> Always force a column break before/after the principle box.
676+
<dd> Always force a column break before/after the <a
677+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
678+
box</a>.
657679
</dl>
658680

659681
<h4 class=no-num id=region-break-values> Region Break Values</h4>
@@ -664,11 +686,15 @@ <h4 class=no-num id=region-break-values> Region Break Values</h4>
664686
<dl>
665687
<dt><code class=css>avoid-region</code>
666688

667-
<dd> Avoid a region break before/after the principle box.
689+
<dd> Avoid a region break before/after the <a
690+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
691+
box</a>.
668692

669693
<dt><code class=css>region</code>
670694

671-
<dd> Always force a region break before/after the principle box.
695+
<dd> Always force a region break before/after the <a
696+
href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal
697+
box</a>.
672698
</dl>
673699

674700
<h3 id=break-within><span class=secno>3.2. </span> Breaks Within Boxes: the

css-break/Overview.src.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -327,22 +327,22 @@ <h4 class="no-num">
327327
<dl>
328328
<dt>''auto''
329329
<dd>
330-
Neither force nor forbid a break before/after the principle box.
330+
Neither force nor forbid a break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
331331
</dd>
332332
<dt>''avoid''
333333
<dd>
334-
Avoid a break before/after the principle box.
334+
Avoid a break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
335335
</dd>
336336
<dt>''always''
337337
<dd>
338338
Always force a break
339339
(of all possible types, through all fragmentation contexts)
340-
before/after the principle box.
340+
before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
341341
</dd>
342342
<dt>''any''
343343
<dd>
344344
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 <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
346346
</dd>
347347
</dl>
348348

@@ -356,29 +356,29 @@ <h4 class="no-num">
356356
<dl>
357357
<dt>''avoid-page''
358358
<dd>
359-
Avoid a page break before/after the principle box.
359+
Avoid a page break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
360360
</dd>
361361
<dt>''page''
362362
<dd>
363-
Always force a page break before/after the principle box.
363+
Always force a page break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
364364
</dd>
365365
<dt>''left''
366366
<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 <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that the next page is formatted as a left page.
368368
</dd>
369369
<dt>''right''
370370
<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 <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that the next page is formatted as a right page.
372372
</dd>
373373
<dt>''recto''
374374
<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 <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
376376
the next page is formatted as either a left page or a right page,
377377
whichever is second (according to the page progression) in a page spread.
378378
</dd>
379379
<dt>''verso''
380380
<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 <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
382382
the next page is formatted as either a left page or a right page,
383383
whichever is first (according to the page progression) in a page spread.
384384
</dd>
@@ -394,11 +394,11 @@ <h4 class="no-num">
394394
<dl>
395395
<dt>''avoid-column''
396396
<dd>
397-
Avoid a column break before/after the principle box.
397+
Avoid a column break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
398398
</dd>
399399
<dt>''column''
400400
<dd>
401-
Always force a column break before/after the principle box.
401+
Always force a column break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
402402
</dd>
403403
</dl>
404404

@@ -412,11 +412,11 @@ <h4 class="no-num">
412412
<dl>
413413
<dt>''avoid-region''
414414
<dd>
415-
Avoid a region break before/after the principle box.
415+
Avoid a region break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
416416
</dd>
417417
<dt>''region''
418418
<dd>
419-
Always force a region break before/after the principle box.
419+
Always force a region break before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a>.
420420
</dd>
421421
</dl>
422422

0 commit comments

Comments
 (0)