-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creator context security used incorrectly #48
Comments
Dropped its usage from the spec. I suspect we can safely remove it from HTML as well (do you know of any other inclusions?) |
annevk
added a commit
to whatwg/html
that referenced
this issue
Oct 21, 2017
We added it for Secure Contexts, but that no longer uses it per w3c/webappsec-secure-contexts#48. Reverts 91f1919 (except for the transformation to a description list).
Pretty sure it's just Secure Contexts. Filed a PR to remove it. |
annevk
added a commit
to whatwg/html
that referenced
this issue
Oct 22, 2017
We added it for Secure Contexts, but that no longer uses it per w3c/webappsec-secure-contexts#48. Reverts 91f1919 (except for the transformation to a description list).
alice
pushed a commit
to alice/html
that referenced
this issue
Jan 8, 2019
We added it for Secure Contexts, but that no longer uses it per w3c/webappsec-secure-contexts#48. Reverts 91f1919 (except for the transformation to a description list).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The document obtains it from a document, but HTML defines it only existing on a browsing context. Also, I think we should probably redesign how this works, per whatwg/html#2645. Thoughts appreciated.
The text was updated successfully, but these errors were encountered: