Skip to content

Commit 914ec82

Browse files
committed
[css-cascade] Add subheading for cascade order
1 parent 7e1eab7 commit 914ec82

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

css-cascade-3/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,9 @@ 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>
654+
652655
The cascade sorts declarations according to the following criteria,
653656
in descending order of priority:
654657

css-cascade-4/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,9 @@ Cascading</h2>
763763
sorts them by their declaration’s precedence as determined below,
764764
and outputs a single <a>cascaded value</a>.
765765

766+
<h3 id="cascade-order">
767+
Cascade Order</h3>
768+
766769
The cascade sorts declarations according to the following criteria,
767770
in descending order of priority:
768771

0 commit comments

Comments
 (0)