Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Add a note regarding media attribute mismatch #117

Merged
merged 1 commit into from Jan 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -230,6 +230,10 @@ <h2>Processing</h2>
<div class="note">
Link HTTP response header should be processed for all types of <a>request destination</a>.
</div>
<div class="note">
When the `media` attribute's value does not <a>match the environment</a>,
the resource will not be preloaded.
</div>
<p>The user agent MUST NOT automatically execute or apply the resource
against the current page context.</p>
<p class="note">For example, if a JavaScript resource is fetched via a
Expand Down