Skip to content

Commit de574fb

Browse files
committed
[css-break] fix markup
1 parent 17c4d96 commit de574fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-break/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
404404
hold the deferred content. When multiple flows are laid out in parallel,
405405
fragmentation is performed independently in each flow.
406406

407-
<p> Breaking a <i>fragmentainer <var>F</var> effectively splits the <a
407+
<p> Breaking a <a href="#fragmentainer"><i>fragmentainer</i></a>
408+
<var>F</var> effectively splits the <a
408409
href="#fragmentainer"><i>fragmentainer</i></a> into two <a
409410
href="#fragmentainer"><i>fragmentainers</i></a> (<var>F<sub>1</sub></var>
410411
and <var>F<sub>2</sub></var>). The only difference is that the type of
@@ -413,8 +414,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
413414
created by the <a href="#fragmentation-context"><i>fragmentation
414415
context</i></a> that split <var>F</var>, not the type of break normally
415416
created by <var>F</var><code class=css>s own <a
416-
href="#fragmentation-context"><i>fragmentation context</i></a>.
417-
</code></i>
417+
href="#fragmentation-context"><i>fragmentation context</i></a>. </code>
418418

419419
<p class=note> Breaking inline content into lines is another form of
420420
fragmentation, and similarly creates box fragments when it breaks <a

css-break/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 id="fragmentation-model">
180180
</p>
181181

182182
<p>
183-
Breaking a <i>fragmentainer <var>F</var> effectively splits the <i>fragmentainer</i>
183+
Breaking a <i>fragmentainer</i> <var>F</var> effectively splits the <i>fragmentainer</i>
184184
into two <i>fragmentainers</i> (<var>F<sub>1</sub></var> and <var>F<sub>2</sub></var>).
185185
The only difference is that the type of break
186186
between the two pieces <var>F<sub>1</sub></var> and <var>F<sub>2</sub></var>

0 commit comments

Comments
 (0)