Skip to content

Commit 0d73171

Browse files
Add 'eligible' link to note.
1 parent 421299c commit 0d73171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/subresourceintegrity/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h4 id="does-response-match-metadatalist">Does <var>response</var> match <var>me
579579
correctly, even if the HTTPS version of a resource differs from the HTTP
580580
version.</p>
581581

582-
<p class="note">This algorithm returns <code>false</code> if the response is not eligible for integrity
582+
<p class="note">This algorithm returns <code>false</code> if the response is not <a href="#is-response-eligible-for-integrity-validation">eligible</a> for integrity
583583
validation since Subresource Integrity requires CORS, and it is a logical error
584584
to attempt to use it without CORS. Additionally, user agents SHOULD report a
585585
warning message to the developer console to explain this failure.</p>

specs/subresourceintegrity/spec.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ correctly, even if the HTTPS version of a resource differs from the HTTP
455455
version.
456456
{:.note}
457457

458-
This algorithm returns `false` if the response is not eligible for integrity
458+
This algorithm returns `false` if the response is not [eligible] for integrity
459459
validation since Subresource Integrity requires CORS, and it is a logical error
460460
to attempt to use it without CORS. Additionally, user agents SHOULD report a
461461
warning message to the developer console to explain this failure.

0 commit comments

Comments
 (0)