What is the issue with the HTML Standard?
For https://html.spec.whatwg.org/multipage/browsing-the-web.html#descendant-navigable-traversal-navigate-events
In step 12.2 of “apply the history step”, targetEntry is defined as navigables current session history entry.
No step between step 12.7 changes the current session history entry, so when we hit:
targetEntry is not navigable's current session history entry
This is always false. I am unsure if it is okay to remove it, or if this is comparing against the wrong thing
What is the issue with the HTML Standard?
For https://html.spec.whatwg.org/multipage/browsing-the-web.html#descendant-navigable-traversal-navigate-events
In step 12.2 of “apply the history step”, targetEntry is defined as navigables current session history entry.
No step between step 12.7 changes the current session history entry, so when we hit:
This is always false. I am unsure if it is okay to remove it, or if this is comparing against the wrong thing