Skip to content
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
4 changes: 2 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ <h4 id="should-block-response" algorithm>

Note: This portion of the check verifies that the page can load the
response. That is, that a Service Worker hasn't substituted a file which
would violated the page's CSP.
would violate the page's CSP.

4. For each |policy| in |response|'s <a for="response">CSP list</a>:

Expand Down Expand Up @@ -2801,7 +2801,7 @@ <h5 id="match-element-to-source-list" algorithm>
element's {{Node/textContent}} IDL attribute, or the value of one of a
<{script}> element's <a>event handler IDL attribute</a>.

Note: This means that |source| will be interepreted with the encoding
Note: This means that |source| will be interpreted with the encoding
of the page in which it is embedded. See the integration points
in [[#html-integration]] for more detail.

Expand Down