@@ -13,7 +13,6 @@ Abstract: This module describes the fragmentation model that partitions a flow
1313Abstract : It builds on the Page model module and introduces and defines the fragmentation model.
1414Abstract : It adds functionality for pagination, breaking variable fragment size and orientation, widows and orphans.
1515Ignored Terms : background positioning area, region chain, … message topic …, reference box
16- At Risk : the ''region'' and ''break-after/avoid-region'' values of 'break-*'
1716</pre>
1817
1918<h1>CSS Fragmentation Module Level 4 <br> <small>Breaking the Web, one fragment at a time</small></h1>
@@ -45,7 +44,7 @@ Introduction</h2>
4544 <a>fragmentation containers</a> (<a>fragmentainers</a> )
4645 such as pages and columns
4746 and how such breaks can be
48- <a href="#breaking-controls">controlled by the author</a> .
47+ <a href="https://www.w3.org/TR/css-break-3/ #breaking-controls">controlled by the author</a> .
4948
5049 ISSUE: This is currently a diff spec.
5150 See <a href="https://www.w3.org/TR/css-break-3/">CSS Fragmentation Level 3</a>
@@ -79,7 +78,7 @@ Adjoining Margins at Breaks: the 'margin-break' property</h3>
7978 When a <em> forced break</em> occurs there,
8079 adjoining margins before the break are truncated,
8180 but margins after the break are preserved.
82- <a href="#valdef-box-decoration-break-clone">Cloned margins</a>
81+ <a href="https://www.w3.org/TR/css-break-4/ #valdef-box-decoration-break-clone">Cloned margins</a>
8382 are always truncated to zero.
8483
8584 Note: When margins collapse
@@ -98,7 +97,7 @@ Adjoining Margins at Breaks: the 'margin-break' property</h3>
9897 including at the start and end of a <a>fragmentation context</a> .
9998 </dl>
10099
101- ISSUE: <a href="https://www.antennahouse.com/product/ahf66/ahf-focss6.html">Antenna House also allows a second '' keep'' keyword</a> ,
100+ ISSUE: <a href="https://www.antennahouse.com/product/ahf66/ahf-focss6.html">Antenna House also allows a second <css> keep</css> keyword</a> ,
102101 which preserves the margin after the break;
103102 it is otherwise discarded.
104103 Do we want to include this feature?
0 commit comments