Skip to content

Commit 099f148

Browse files
committed
[css-break] fix markup
1 parent de574fb commit 099f148

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-break/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
413413
<var>F<sub>2</sub></var> is the <a href="#break-types">type of break</a>
414414
created by the <a href="#fragmentation-context"><i>fragmentation
415415
context</i></a> that split <var>F</var>, not the type of break normally
416-
created by <var>F</var><code class=css>s own <a
417-
href="#fragmentation-context"><i>fragmentation context</i></a>. </code>
416+
created by <var>F</var>s own <a
417+
href="#fragmentation-context"><i>fragmentation context</i></a>.
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
@@ -429,7 +429,7 @@ <h2 id=breaking-controls><span class=secno>3. </span> Controlling Breaks</h2>
429429
<p> The following sections explain how breaks are controlled in a <a
430430
href="#fragmented-flow"><i>fragmented flow</i></a>. A page/column/region
431431
break opportunity between two boxes is under the influence of the
432-
containing blocks ‘<a href="#break-inside"><code
432+
containing block's ‘<a href="#break-inside"><code
433433
class=property>break-inside</code></a>’ property, the ‘<a
434434
href="#break-after"><code class=property>break-after</code></a>
435435
property of the preceding element, and the ‘<a

css-break/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 id="fragmentation-model">
186186
between the two pieces <var>F<sub>1</sub></var> and <var>F<sub>2</sub></var>
187187
is the <a href="#break-types">type of break</a> created
188188
by the <i>fragmentation context</i> that split <var>F</var>,
189-
not the type of break normally created by <var>F</var>'s own <i>fragmentation context</i>.
189+
not the type of break normally created by <var>F</var>s own <i>fragmentation context</i>.
190190
</p>
191191

192192
<p class="note">

0 commit comments

Comments
 (0)