Skip to content

Commit

Permalink
Fix conformance requirements on <script>'s integrity="" attribute
Browse files Browse the repository at this point in the history
Fixes #4358. See also #2382.
  • Loading branch information
dieulot authored and domenic committed Aug 19, 2019
1 parent 7ce0b47 commit ef22f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
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

0 comments on commit ef22f69

Please sign in to comment.