Skip to content

Commit

Permalink
Iterate over constrained set
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Mar 18, 2020
1 parent faa6120 commit e7412aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4619,7 +4619,7 @@ <h5 class="heading settled algorithm" data-algorithm="Script directives pre-requ
<p>For each <var>source</var> in <var>integrity sources</var>:</p>
<ol>
<li data-md="">
<p>If <var>directive</var>’s <a data-link-type="dfn" href="#directive-value" id="ref-for-directive-value⑥⓪">value</a> does not
<p>If <var>integrity expressions</var> does not
contain a <a data-link-type="dfn" href="#source-expression" id="ref-for-source-expression⑥">source expression</a> whose <a data-link-type="grammar" href="#grammardef-hash-algorithm" id="ref-for-grammardef-hash-algorithm①">hash-algorithm</a> is a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#case-sensitive" id="ref-for-case-sensitive">case-sensitive</a> match
for <var>source</var>’s <code>hash-algo</code> component, and whose <a data-link-type="grammar" href="#grammardef-base64-value" id="ref-for-grammardef-base64-value④">base64-value</a> is a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#case-sensitive" id="ref-for-case-sensitive①">case-sensitive</a> match
for <var>source</var>’s <code>base64-value</code>, then set <var>bypass due to
Expand Down
2 changes: 1 addition & 1 deletion index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3907,7 +3907,7 @@ <h5 algorithm id="script-pre-request">

4. For each |source| in |integrity sources|:

1. If |directive|'s <a for="directive">value</a> does not
1. If |integrity expressions| does not
contain a <a>source expression</a> whose
<a grammar>hash-algorithm</a> is a <a>case-sensitive</a> match
for |source|'s `hash-algo` component, and whose
Expand Down

0 comments on commit e7412aa

Please sign in to comment.