Skip to content

Commit

Permalink
Prevent navigable being overridden by parent navigable (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Jan 21, 2025
1 parent b98986e commit a4615b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3030,10 +3030,10 @@ To <dfn>get the navigable info</dfn> given |navigable|,

1. Let |navigable id| be the [=navigable id=] for |navigable|.

1. Let |navigable| be |navigable|'s [=navigable/parent=].
1. Let |parent navigable| be |navigable|'s [=navigable/parent=].

1. If |navigable| is not null let |parent id| be the
[=navigable id=] of |navigable|. Otherwise let
1. If |parent navigable| is not null let |parent id| be the
[=navigable id=] of |parent navigable|. Otherwise let
|parent id| be null.

1. Let |document| be |navigable|'s [=active document=].
Expand Down

0 comments on commit a4615b3

Please sign in to comment.