diff --git a/source b/source index 1376405d014..0ec130e32dd 100644 --- a/source +++ b/source @@ -31087,7 +31087,8 @@ interface HTMLEmbedElement : HTMLElement { document's relevant settings object, destination is "embed", credentials mode is "include", and whose use-URL-credentials flag is set.

+ data-x="">include", mode is "navigate", and whose use-URL-credentials flag is set.

  • Fetch request.

    @@ -31573,7 +31574,8 @@ interface HTMLObjectElement : HTMLElement { document's relevant settings object, destination is "object", credentials mode is "include", and whose use-URL-credentials flag is set.

  • + data-x="">include", mode is "navigate", and whose use-URL-credentials flag is set.

  • @@ -84511,10 +84513,21 @@ interface Location { // but see also id.

  • -
  • If browsingContext's container is non-null - and has a browsing context scope origin, then set request's origin to that browsing context scope - origin.

  • +
  • +

    If browsingContext's container is non-null:

    + +
      +
    1. If the browsingContext's container has a + browsing context scope origin, then set request's origin to that browsing context scope + origin.

    2. + +
    3. Set request's destination to browsingContext's + container's local + name.

    4. +
    +
  • Let reservedEnvironment be null.