Skip to content

Commit 12f47b3

Browse files
dbaronsvgeesus
authored andcommitted
Fix duplicate ID (and ensuing bikeshed warning).
1 parent d814932 commit 12f47b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-masking-1/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
9494
<li><a href="#the-clip-rule"><span class="secno">6.2</span> <span class="content">Winding Rules: the <span class="property">clip-rule</span> property</span></a>
9595
</ol>
9696
<li>
97-
<a href="#masking0"><span class="secno">7</span> <span class="content">Positioned Masks</span></a>
97+
<a href="#positioned-masks"><span class="secno">7</span> <span class="content">Positioned Masks</span></a>
9898
<ol class="toc">
9999
<li><a href="#the-mask-image"><span class="secno">7.1</span> <span class="content">Mask Image Source: the <span class="property">mask-image</span> property</span></a>
100100
<li><a href="#the-mask-mode"><span class="secno">7.2</span> <span class="content">Mask Image Interpretation: the <span class="property">mask-mode</span> property</span></a>
@@ -463,7 +463,7 @@ <h3 class="heading settled" data-level="6.2" id="the-clip-rule"><span class="sec
463463
&lt;rect clip-path="url(#MyClip)" clip-rule="evenodd" ... />
464464
&lt;/g></code></pre>
465465
</div>
466-
<h2 class="heading settled" data-level="7" id="masking0"><span class="secno">7. </span><span class="content">Positioned Masks</span><a class="self-link" href="#masking0"></a></h2>
466+
<h2 class="heading settled" data-level="7" id="positioned-masks"><span class="secno">7. </span><span class="content">Positioned Masks</span><a class="self-link" href="#positioned-masks"></a></h2>
467467
<h3 class="heading settled" data-level="7.1" id="the-mask-image"><span class="secno">7.1. </span><span class="content">Mask Image Source: the <a class="property" data-link-type="propdesc" href="#propdef-mask-image">mask-image</a> property</span><a class="self-link" href="#the-mask-image"></a></h3>
468468
<table class="def propdef" data-link-for-hint="mask-image">
469469
<tbody>

css-masking-1/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h3 id="the-clip-rule">Winding Rules: the 'clip-rule' property</h3>
349349
&lt;/g&gt;</code></pre>
350350
</div>
351351

352-
<h2 id="masking">Positioned Masks</h2>
352+
<h2 id="positioned-masks">Positioned Masks</h2>
353353

354354
<h3 id="the-mask-image">Mask Image Source: the 'mask-image' property</h3>
355355

0 commit comments

Comments
 (0)