Skip to content

Commit

Permalink
Creator context security landed.
Browse files Browse the repository at this point in the history
Closes #37.
  • Loading branch information
mikewest committed Jul 16, 2016
1 parent 08a3c18 commit 4c64a55
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,13 @@ <h1>Secure Contexts</h1>
text: exposed; url: dfn-exposed
text: [SecureContext]; url: SecureContext

spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/semantics.html
type: dfn; text: noopener; url: link-type-noopener
spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
urlPrefix: browsers.html
type: dfn;
text: creator context security
urlPrefix: semantics.html
type: dfn;
text: noopener; url: link-type-noopener
</pre>
<pre class="biblio">
{
Expand Down Expand Up @@ -716,11 +721,9 @@ <h3 id="settings-object">
status, a popups' status depends on how it is opened, as discussed
in [[#examples-top-level]].

ISSUE(whatwg/html#1561): The 'creator context security' concept doesn't
yet exist, other than in an open PR against WHATWG's HTML.

ISSUE(w3c/html#524): The 'creator context security' concept doesn't yet
exist in W3C's HTML.
ISSUE(w3c/html#524): The 'creator context security' concept landed in
WHATWG's HTML in <a href="https://github.com/whatwg/html/pull/1561">whatwg/html#1561</a>,
but doesn't yet exist in W3C's HTML.

5. If |settings object|'s <a>HTTPS state</a> is "`modern`", return
"`Secure`".
Expand Down

0 comments on commit 4c64a55

Please sign in to comment.