forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: move navigation document initialization
Previously, it was indented into the middle of "process a navigate response", which made that algorithm really hard to read. There was also a standalone "set the Document's address" algorithm which was never called, but said it must be performed at the appropriate time. This moves the algorithm out to be a sibling of "process a navigate response", with appropriate inputs, and includes the step to set the URL directly in the algorithm. Closes whatwg#3327.
- Loading branch information
Showing
1 changed file
with
157 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters