diff --git a/source b/source index 0f2fc760fd6..2ec64188300 100644 --- a/source +++ b/source @@ -2494,7 +2494,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • A local scheme
  • A network scheme
  • A fetch scheme
  • -
  • HTTPS state value
  • CORS protocol
  • default `User-Agent` value
  • extract a MIME type
  • @@ -2527,7 +2526,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • body
  • internal response
  • CSP list
  • -
  • HTTPS state
  • location URL
  • @@ -9077,11 +9075,6 @@ partial interface Document { Document includes GlobalEventHandlers; Document includes DocumentAndElementEventHandlers; -

    The Document has an HTTPS state (an HTTPS state value), initially "none", which represents the security properties of the network channel used to - deliver the Document's data.

    -

    The Document has a referrer policy (a referrer policy), initially the empty string, which represents the default referrer policy used by containing the hyperlink being audited and ping URL have the same origin -

    If the origins are different, but the HTTPS - state of the Document containing the hyperlink being audited is "none"
    +
    If the origins are different, but the scheme of + the URL of the Document containing the + hyperlink being audited is not "https"
    request must include a `Ping-From` header with, as its value, the URL of the document @@ -30030,13 +30023,10 @@ interface HTMLIFrameElement : HTMLElement { list consists of about:srcdoc, header list consists of `Content-Type`/`text/html`, body is the value of the attribute, body is the value of the attribute, and CSP list is a clone of the iframe element's node document's CSP list, HTTPS state is the HTTPS state of the iframe element's - node document. + data-x="concept-document-csp-list">CSP list.

    The resulting Document must be considered an iframe srcdoc document.

    @@ -79089,13 +79079,6 @@ interface BarProp { data-x="concept-document-window">associated Document.

    -
    The HTTPS state
    -
    -

    Return the HTTPS state of - window's associated - Document.

    -
    -
    The referrer policy
      @@ -80351,10 +80334,6 @@ interface BarProp {
    1. If reservedEnvironment is a non-secure context, then return "unsafe-none".

    2. -
    3. If response's HTTPS state - is "deprecated", then return "unsafe-none".

    4. -
    5. Let value be the result of getting a structured field value given `Cross-Origin-Opener-Policy` and "item" from response's Location { // but see also header list consists of `Content-Type`/`text/html` and `Referrer-Policy`/settings's referrer - policy, whose body is result, - and whose HTTPS state is - settings's HTTPS state.

      + policy, and whose body is + result.

      The exact conversion between the string result and the bytes that comprise a response body is not yet specified, @@ -83422,10 +83400,6 @@ interface Location { // but see also

      Set document's URL to creationURL.

    6. -
    7. Set document's HTTPS state - to navigationParams's response's - HTTPS state.

    8. -
    9. Set document's referrer policy to the result of parsing the `Referrer-Policy` header of navigationParams's ApplicationCache : EventTarget {

      An origin used in security checks.

    -
    An HTTPS state
    - -

    An HTTPS state value representing the security properties of the network - channel used to deliver the resource with which the environment settings object is - associated.

    -
    A referrer policy
    @@ -88215,9 +88183,6 @@ document.querySelector("button").addEventListener("click", bound);

    If environment is an environment settings object, then:

      -
    1. If environment's HTTPS state is "deprecated", then return false.

    2. -
    3. Let global be environment's global object.

    4. @@ -98985,10 +98950,6 @@ interface WorkerGlobalScope : EventTarget { ServiceWorkerGlobalScope objects, it doesn't make sense (and as such isn't exposed through the JavaScript API at all).

      -

      A WorkerGlobalScope object has an associated HTTPS state - (an HTTPS state value). It is initially "none".

      -

      A WorkerGlobalScope object has an associated referrer policy (a referrer policy). It is initially the empty string.

      @@ -99432,10 +99393,6 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope { data-x="concept-WorkerGlobalScope-url">url to response's url.

      -
    5. Set worker global scope's HTTPS state to response's - HTTPS state.

    6. -
    7. Set worker global scope's referrer policy to the result of parsing the `Referrer-Policy` @@ -99749,12 +99706,6 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope { origin otherwise.

      -
      The HTTPS state
      -
      -

      Return worker global scope's HTTPS state.

      -
      -
      The referrer policy

      Return worker global scope's