You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The #inner-navigate-event-firing-algorithm is already very messy and large. Steps 31 and 32 introduce new sub-algorithms called commit and cancel, which are called several times in the algorithm. Therefore, I would like to propose moving these steps into own algorithms (#inner-navigate-firing-algorithm-commit-steps, #inner-navigate-firing-algorithm-cancel-steps).