-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: navigation
Description
What is the issue with the HTML Standard?
NavigationTransition
has a from
getter, pointing to the old entry of the navigation.
So far it didn't need a to
because it would always be equal to the current entry.
However, since introducing precommit handlers, while those run, the destination of the navigation is different from the current URL.
Suggesting to add a to
or destination
field to NavigationTransition
to reflect this.
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: navigation