diff --git a/source b/source
index f90ea2c474a..42c3d6fe387 100644
--- a/source
+++ b/source
@@ -83071,24 +83071,33 @@ interface Location { // but see also navigate" algorithm reinvokes this
- "traverse" algorithm to complete the traversal, at which point there is a
- Document
object and so this step gets skipped. The navigation must be done using
- the same source browsing context as was used the first time entry was
- created. (This can never happen with replacement enabled.)
Let request be a new request whose + url is entry's URL.
If the resource was obtained using a non-idempotent action, for example a POST - form submission, or if the resource is no longer available, for example because the computer is - now offline and the page wasn't cached, navigating to it again might not be possible. In this - case, the navigation will result in a different page than previously; for example, it might be - an error message explaining the problem or offering to resubmit the form.
+Navigate the browsing + context to request to perform an entry update of + entry. The navigation must be done using the same source browsing + context as was used the first time entry was created. (This can never happen + with replacement enabled.)
+ +The "navigate" algorithm reinvokes this "traverse" algorithm to
+ complete the traversal, at which point entry holds a Document
+ object.
If the resource was obtained using a non-idempotent action, for example a POST + form submission, or if the resource is no longer available, for example because the computer + is now offline and the page wasn't cached, navigating to it again might not be possible. In + this case, the navigation will result in a different page than previously; for example, it + might be an error message explaining the problem or offering to resubmit the form.
+Return.
If the current entry's title was not set by the