diff --git a/source b/source index e097ded4675..4e63090639e 100644 --- a/source +++ b/source @@ -2796,6 +2796,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • header list
  • body
  • client
  • +
  • URL list
  • current URL
  • reserved client
  • replaces client id
  • @@ -82005,6 +82006,9 @@ interface Location { // but see also URL of the active document of browsingContext.

    +
  • Append address to resource's URL list.

  • +
  • Let settings be the relevant settings object for the active document of browsingContext.

  • @@ -82419,8 +82423,13 @@ interface Location { // but see also
    Setting the document's address: Any Document created by these steps must have its URL set to the URL that was originally to be - fetched, ignoring any other data that was used to obtain the resource.

    + data-x="concept-document-url">URL set to:

    +
    +
    If request is non-null,
    +
    request's current URL
    +
    Otherwise (request is null),
    +
    response's URL
    +

    Initializing a new Document object: when a