diff --git a/source b/source index 23f8a100a18..dfe695001ea 100644 --- a/source +++ b/source @@ -8143,9 +8143,8 @@ interface DOMStringMap {
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
- Window.
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 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".
The 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.
The resulting Document must be considered an iframe srcdoc document.
The 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".
The 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.