Skip to content

Commit 87f9b95

Browse files
committed
[css-cascade] de-dup heading ID
1 parent 946b66a commit 87f9b95

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css-cascade-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ Cascading</h2>
649649
sorts them by their declaration’s precedence as determined below,
650650
and outputs a single <a>cascaded value</a>.
651651

652-
<h3 id="cascade-order">
653-
Cascade Order</h3>
652+
<h3 id="cascade-sort">
653+
Cascade Sorting Order</h3>
654654

655655
The cascade sorts declarations according to the following criteria,
656656
in descending order of priority:

css-cascade-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ Cascading</h2>
762762
sorts them by their declaration’s precedence as determined below,
763763
and outputs a single <a>cascaded value</a>.
764764

765-
<h3 id="cascade-order">
766-
Cascade Order</h3>
765+
<h3 id="cascade-sort">
766+
Cascade Sorting Order</h3>
767767

768768
The cascade sorts declarations according to the following criteria,
769769
in descending order of priority:

css-scoping-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Selecting Slot-Assigned Content: the ''::slotted()'' pseudo-element</h4>
435435
<h3 id='shadow-cascading'>
436436
Shadow Trees and the Cascade</h3>
437437

438-
See [[css-cascade-4#cascade-order]].
438+
See [[css-cascade-4#cascade-sort]].
439439

440440
<!--
441441
████████ ██ ███ ████████ ████████ ████████ ████████ ████████

0 commit comments

Comments
 (0)