From 68390cea99f9f19881a16e1c8adaf1b130b4d1cc Mon Sep 17 00:00:00 2001
From: Mike West Let address be the browsing context's active
document's address. Let HTTPS state be the HTTPS
- state of the browsing context's active document's
- Let HTTPS state be the HTTPS
+ state of the browsing context's active document. Let CSP list be the CSP list
of the browsing context's active document. The The The resulting The The Window.Document has an HTTPS state,
+ which represents the security properties of the network channel used to deliver the
+ Document's data. The value will be one of "modern", "deprecated", or "none". If it is not explicitly set, then
+ its value is "none".Document has a CSP list, which is a
list of Content Security Policy objects active in this context. The list is empty
unless otherwise specified.iframe element's node
document, and HTTPS state is the HTTPS state of the iframe element's
- node document's Window.
+ data-x="concept-document-https-state">HTTPS state of the iframe element's
+ node document.
Document must be considered an iframe srcdoc document.Window has an HTTPS state,
- which represents the security properties of the network channel used to deliver the
- Document with which the Window is associated. The value will be one of
- "modern", "deprecated", or "none". If it is not explicitly set, then its value is "none".window, frames, and self
IDL attributes must all return the Window object's browsing context's
WindowProxy object.Document instead, and change the document
attribute of the Window object to point to the new Document.
Set the Set the Return the HTTPS state of the
- Return the HTTPS state of the
+ Window object's HTTPS
+ Document's HTTPS
state to the HTTPS state of the
resource used to generate the document.Window object.Document with which the Window is currently associated.
Set the new Window object's HTTPS
- state to the HTTPS state of the
- Window object of the responsible document specified by the entry
- settings object.