Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Jul 18, 2016
1 parent 528190c commit 1078fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h1>Secure Contexts</h1>
"W3C-PROCESS": {
"authors": [ "Charles McCathie Nevile" ],
"title": "World Wide Web Consortium Process Document",
"href": "https://www.w3.org/2014/Process-20140801/",
"href": "https://www.w3.org/20145/Process-20150901/",
"publisher": "W3C"
}
}
Expand Down Expand Up @@ -587,7 +587,7 @@ <h2 id="framework">Framework</h2>

An <a>environment settings object</a> is considered a <dfn export>secure
context</dfn> if the algorithm in [[#settings-object]] returns "`Secure`", and a
<dfn>non-secure context</dfn> otherwise.
<dfn export>non-secure context</dfn> otherwise.

Likewise, a <a>global object</a> is considered a <a>secure context</a> if its
<a>relevant settings object</a> is a <a>secure context</a>.
Expand Down Expand Up @@ -709,7 +709,7 @@ <h4 id="monkey-patching-global-object">Feature Detection</h4>
readonly attribute boolean isSecureContext;
};
Window implements GlobalSecureContext;
WorkerGlobalScope implements WindowBase64;
WorkerGlobalScope implements GlobalSecureContext;
</pre>

Filed as <a href="https://github.com/w3c/html/issues/522">w3c/html#522</a>.
Expand Down

0 comments on commit 1078fbd

Please sign in to comment.