Skip to content

Commit 92904e9

Browse files
committed
[css-scoping-1] Fix anchor to go to a heading.
1 parent 342b7af commit 92904e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scoping-1/Overview.bs

Lines changed: 2 additions & 2 deletions
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-context]].
438+
See [[css-cascade-4#cascade-order]].
439439

440440
<!--
441441
████████ ██ ███ ████████ ████████ ████████ ████████ ████████
@@ -537,7 +537,7 @@ Name-Defining Constructs and Inheritance</h3>
537537
without accidentally polluting each other's namespaces.
538538
For example, element IDs,
539539
which are generally meant to be unique within a document,
540-
can be validly used multiple times
540+
can be validly used multiple times
541541
as long as each use is in a different [=shadow tree=].
542542

543543
Similarly, several [=at-rules=] in CSS,

0 commit comments

Comments
 (0)