Skip to content

Commit 305b5e4

Browse files
committed
fixing links
1 parent 7462c63 commit 305b5e4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ <h4 id="step-2-B-layout-containing-block-applying-wrapping">Step 2-B: layout con
838838
because of the 'shape-outside' property).</p>
839839

840840
<p>When the containing block itself is an <span>exclusion box</span>, then
841-
rules on <a href="#exclusion-order">exclusion order</a> define which exclusions
841+
rules on <a href="#exclusions-order">exclusions order</a> define which exclusions
842842
affect the inline and descendant content of the box.</p>
843843

844844
<h4 id="exclusions-processing-model-example">Example</h4>
@@ -1040,13 +1040,13 @@ <h5 id="effect-of-floats-on-exclusions">Effect of floats on exclusions</h5>
10401040

10411041
<p>Floats have an effect on the positioning of exclusions and the layout of their inline content. For
10421042
example, if an exclusion is an inline-box which happens to be on the same line as a float,
1043-
its' position, as computed in <a href="step-2-A-resolve-exclusions-position-and-size">Step 2-A</a> will be impacted by the float, as
1043+
its' position, as computed in <a href="#step-2-A-resolve-exclusions-position-and-size">Step 2-A</a> will be impacted by the float, as
10441044
is any other inline content.</p>
10451045

10461046
<h5 id="effect-of-exclusions-on-floats">Effect of exclusions on floats</h5>
10471047

10481048
<p>Exclusions have an effect on the positioning of floats as they have an effect on inline content.
1049-
Therefore, in <a href="step-2-B-layout-containing-block-applying-wrapping">Step 2-B</a>, floats will avoid <span>exclusion areas</span>.</p>
1049+
Therefore, in <a href="#step-2-B-layout-containing-block-applying-wrapping">Step 2-B</a>, floats will avoid <span>exclusion areas</span>.</p>
10501050

10511051
<!-- End section "Exclusions" -->
10521052

css3-exclusions/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,8 +1257,8 @@ <h4 id=step-2-B-layout-containing-block-applying-wrapping><span
12571257

12581258
<p>When the containing block itself is an <a
12591259
href="#exclusion-box">exclusion box</a>, then rules on <a
1260-
href="#exclusion-order">exclusion order</a> define which exclusions affect
1261-
the inline and descendant content of the box.
1260+
href="#exclusions-order">exclusions order</a> define which exclusions
1261+
affect the inline and descendant content of the box.
12621262

12631263
<h4 id=exclusions-processing-model-example><span class=secno>3.5.6.
12641264
</span>Example</h4>
@@ -1507,15 +1507,15 @@ <h5 id=effect-of-floats-on-exclusions><span class=secno>3.6.3.1.
15071507
<p>Floats have an effect on the positioning of exclusions and the layout of
15081508
their inline content. For example, if an exclusion is an inline-box which
15091509
happens to be on the same line as a float, its' position, as computed in
1510-
<a href=step-2-A-resolve-exclusions-position-and-size>Step 2-A</a> will be
1511-
impacted by the float, as is any other inline content.
1510+
<a href="#step-2-A-resolve-exclusions-position-and-size">Step 2-A</a> will
1511+
be impacted by the float, as is any other inline content.
15121512

15131513
<h5 id=effect-of-exclusions-on-floats><span class=secno>3.6.3.2.
15141514
</span>Effect of exclusions on floats</h5>
15151515

15161516
<p>Exclusions have an effect on the positioning of floats as they have an
15171517
effect on inline content. Therefore, in <a
1518-
href=step-2-B-layout-containing-block-applying-wrapping>Step 2-B</a>,
1518+
href="#step-2-B-layout-containing-block-applying-wrapping">Step 2-B</a>,
15191519
floats will avoid <a href="#exclusion-area">exclusion areas</a>.</p>
15201520
<!-- End section "Exclusions" -->
15211521

0 commit comments

Comments
 (0)