@@ -16,6 +16,13 @@ Ignored Terms: background positioning area, region chain, … message topic …,
1616At Risk : the ''break-before/all'' value of 'break-before'/'break-after'
1717</pre>
1818
19+ <pre class=link-defaults>
20+ spec:css-borders-4;
21+ type:property; text:border-image
22+ type:property; text:border-radius
23+ type:property; text:box-shadow
24+ </pre>
25+
1926<h1>CSS Fragmentation Module Level 4 <br> <small>Breaking the Web, one fragment at a time</small></h1>
2027
2128<h2 id="intro">
@@ -134,7 +141,7 @@ Fragmentation Model and Terminology</h2>
134141 and the edge of the <a>fragmentainer</a> .
135142 </dl>
136143
137- Each <dfn export>fragmentation break</dfn> (hereafter, <dfn>break</dfn> )
144+ Each <dfn export>fragmentation break</dfn> (hereafter, <dfn export >break</dfn> )
138145 ends layout of the fragmented box in the current <a>fragmentainer</a>
139146 and causes the remaining content to be laid out in the next <a>fragmentainer</a> ,
140147 in some cases causing a new <a>fragmentainer</a> to be generated
@@ -712,7 +719,7 @@ Unforced Breaks</h3>
712719 Finally, if there are no possible break points below the top of the fragmentainer,
713720 and not all the content fits, the UA may break anywhere
714721 in order to avoid losing content off the edge of the fragmentainer.
715- <span id="monolithic-breaking">
722+ <span id="monolithic-breaking"></span>
716723 In such cases, the UA may also fragment the contents of <a>monolithic</a> elements
717724 by slicing the element's graphical representation.
718725 However, the UA must not break at the top of the page,
@@ -838,6 +845,7 @@ Breaking into Varying-size Fragmentainers</h3>
838845 in addition to its padding and border.
839846 <div class="figure">
840847 <img src="images/Varying-Size-Fragmentainers.svg"
848+ width="576"
841849 style="width: 75%"
842850 alt="Illustration: Breaking in varying-size fragmentainers" >
843851 <p class="caption">
@@ -995,36 +1003,40 @@ Adjoining Margins at Breaks: the 'margin-break' property</h3>
9951003
9961004 <figure>
9971005 <img src="images/margin-break-auto.png"
998- alt="Here the top margin is kept on the first paragraph and the heading
999- (which starts after a forced break)
1000- but not after the second paragraph
1001- (which starts after an unforced break).
1002- The bottom margins are all discarded
1003- at the bottom of each column.">
1006+ alt="Here the top margin is kept on the first paragraph and the heading
1007+ (which starts after a forced break)
1008+ but not after the second paragraph
1009+ (which starts after an unforced break).
1010+ The bottom margins are all discarded
1011+ at the bottom of each column."
1012+ width="595">
10041013 <figcaption> ''margin-break: auto'' (initial value)</figcaption>
10051014 </figure>
10061015
10071016 <figure>
10081017 <img src="images/margin-break-discard.png"
1009- alt="Here the top margins occurring at the top of each column
1010- and the bottom margins occurring at the bottom of each column
1011- are all truncated to zero.">
1018+ alt="Here the top margins occurring at the top of each column
1019+ and the bottom margins occurring at the bottom of each column
1020+ are all truncated to zero."
1021+ width="595">
10121022 <figcaption> ''margin-break: discard'' </figcaption>
10131023 </figure>
10141024
10151025 <figure>
10161026 <img src="images/margin-break-keep-discard.png"
1017- alt="Here the top margins occurring at the top of each column
1018- are all kept; however the bottom margins are still truncated.">
1027+ alt="Here the top margins occurring at the top of each column
1028+ are all kept; however the bottom margins are still truncated."
1029+ width="595">
10191030 <figcaption> ''margin-break: keep discard'' </figcaption>
10201031 </figure>
10211032
10221033 <figure>
10231034 <img src="images/margin-break-keep-keep.png"
1024- alt="Here the top margins occurring at the top of each column
1025- as well as the bottom margins occurring at the bottom of each column
1026- are all kept; this increases the height of the auto-height container
1027- to accommodate the bottom margins.">
1035+ alt="Here the top margins occurring at the top of each column
1036+ as well as the bottom margins occurring at the bottom of each column
1037+ are all kept; this increases the height of the auto-height container
1038+ to accommodate the bottom margins."
1039+ width="595">
10281040 <figcaption> ''margin-break: keep keep'' </figcaption>
10291041 </figure>
10301042 </div>
@@ -1063,8 +1075,9 @@ Splitting Boxes</h3>
10631075
10641076 <div class="figure">
10651077 <img
1066- style="width: 80%"
10671078 src="images/Remaining-Fragmentainer-Extent.svg"
1079+ width="300"
1080+ style="width: 80%"
10681081 alt="Illustration: Filling remaining fragmentainer extent">
10691082 <p class="caption">
10701083 Illustration of filling the <a>remaining fragmentainer extent</a> .
@@ -1123,10 +1136,13 @@ Fragmented Borders and Backgrounds: the 'box-decoration-break' property</h3>
11231136 </dl>
11241137
11251138 <div class="figure">
1126- <img alt="Illustration:
1127- (1) a single box cut in two in between two lines of text by a page break and
1128- (2) two boxes, one before and one after the page break,
1129- both with a border all around and their own background image" src="images/box-break.png">
1139+ <img
1140+ src="images/box-break.png"
1141+ alt="Illustration:
1142+ (1) a single box cut in two in between two lines of text by a page break and
1143+ (2) two boxes, one before and one after the page break,
1144+ both with a border all around and their own background image"
1145+ width="450">
11301146
11311147 <p class=caption> Two possibilities for 'box-decoration-break' :
11321148 on the left, the value ''slice'' , on the right the value ''clone'' .
@@ -1234,7 +1250,8 @@ Transforms, Positioning, and Pagination</h3>
12341250
12351251 <div class="figure">
12361252 <img alt="Illustration: Transformed overflow fragmentation"
1237- src="images/fragmented-transforms.png">
1253+ src="images/fragmented-transforms.png"
1254+ width="144">
12381255 <p class=caption> A fixed-height box spanning 2.5 pages with overflow content spanning
12391256 to a total of 4 pages.
12401257 The transform origin of each fragment is the center of its border box;
@@ -1252,10 +1269,15 @@ Transforms, Positioning, and Pagination</h3>
12521269 are not required to correctly position absolutely-positioned elements
12531270 that end up on a previously-rendered page.
12541271
1255- <h2 class="no-num" id="priv-sec">
1256- Privacy and Security Considerations</h2>
1272+ <h2 class="no-num" id="privacy">
1273+ Privacy Considerations</h2>
1274+
1275+ This specification introduces no new privacy considerations over CSS in general.
1276+
1277+ <h2 class="no-num" id="security">
1278+ Security Considerations</h2>
12571279
1258- This specification introduces no new privacy or security considerations over CSS in general.
1280+ This specification introduces no new security considerations over CSS in general.
12591281
12601282<h2 class="no-num" id="changes">
12611283Changes</h2>
0 commit comments