We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[A]s of today https://html.spec.whatwg.org/multipage/scripting.html#attr-script-integrity still says:
The integrity attribute must not be specified when embedding a module script or when the src attribute is not specified.
integrity
src
Could you explain what’s the status for allowing integrity on <script type="module">? (I’m not familiar with the process for standard specs.)
<script type="module">
Originally posted by @dieulot in #2382 (comment)
The text was updated successfully, but these errors were encountered:
Fix conformance requirements on <script>'s integrity="" attribute
ef22f69
Fixes #4358. See also #2382.
e0c2dda
Successfully merging a pull request may close this issue.
[A]s of today https://html.spec.whatwg.org/multipage/scripting.html#attr-script-integrity still says:
Could you explain what’s the status for allowing
integrity
on<script type="module">
? (I’m not familiar with the process for standard specs.)Originally posted by @dieulot in #2382 (comment)
The text was updated successfully, but these errors were encountered: