@@ -13,7 +13,6 @@ Abstract: This module describes the fragmentation model that partitions a flow
13
13
Abstract : It builds on the Page model module and introduces and defines the fragmentation model.
14
14
Abstract : It adds functionality for pagination, breaking variable fragment size and orientation, widows and orphans.
15
15
Ignored Terms : background positioning area, region chain, … message topic …, reference box
16
- At Risk : the ''region'' and ''break-after/avoid-region'' values of 'break-*'
17
16
</pre>
18
17
19
18
<h1>CSS Fragmentation Module Level 4 <br> <small>Breaking the Web, one fragment at a time</small></h1>
@@ -45,7 +44,7 @@ Introduction</h2>
45
44
<a>fragmentation containers</a> (<a>fragmentainers</a> )
46
45
such as pages and columns
47
46
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> .
49
48
50
49
ISSUE: This is currently a diff spec.
51
50
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>
79
78
When a <em> forced break</em> occurs there,
80
79
adjoining margins before the break are truncated,
81
80
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>
83
82
are always truncated to zero.
84
83
85
84
Note: When margins collapse
@@ -98,7 +97,7 @@ Adjoining Margins at Breaks: the 'margin-break' property</h3>
98
97
including at the start and end of a <a>fragmentation context</a> .
99
98
</dl>
100
99
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> ,
102
101
which preserves the margin after the break;
103
102
it is otherwise discarded.
104
103
Do we want to include this feature?
0 commit comments