Skip to content
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

Fix developer requirements on <script integrity> with module #4843

Merged
merged 1 commit into from
Aug 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -58239,9 +58239,8 @@ interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
data-x="attr-script-integrity">integrity</code></dfn> attribute represents the <span
data-x="concept-request-integrity-metadata">integrity metadata</span> for requests which this
element is responsible for. The value is text. The <code
data-x="attr-script-integrity">integrity</code> attribute must not be specified when embedding a
<span>module script</span> or when the <code data-x="attr-script-src">src</code> attribute is not
specified. <ref spec="SRI"></p>
data-x="attr-script-integrity">integrity</code> attribute must not be specified when the
<code data-x="attr-script-src">src</code> attribute is not specified. <ref spec="SRI"></p>

<p>The <dfn><code data-x="attr-script-referrerpolicy">referrerpolicy</code></dfn> attribute is a
<span>referrer policy attribute</span>. Its purpose is to set the <span>referrer policy</span>
Expand Down Expand Up @@ -123705,6 +123704,7 @@ INSERT INTERFACES HERE
Alex Rousskov,
Alexander Farkas,
Alexander J. Vincent,
Alexandre Dieulot,
Alexandre Morgaut,
Alexey Feldgendler,
&#1040;&#1083;&#1077;&#1082;&#1089;&#1077;&#1081; &#1055;&#1088;&#1086;&#1089;&#1082;&#1091;&#1088;&#1103;&#1082;&#1086;&#1074; (Alexey Proskuryakov),
Expand Down