Skip to content

Commit 6b024d2

Browse files
authored
Add note about additional operations when preloading
Closes w3c/preload#116.
1 parent 1048a66 commit 6b024d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25768,6 +25768,11 @@ document.body.appendChild(wbr);</code></pre>
2576825768
data-x="concept-request-destination">destination</span>), as it is highly likely that the user
2576925769
will require this resource for the current navigation. <ref spec=PRELOAD></p>
2577025770

25771+
<p class="note">User-agents might perform additional operations when a resource is loaded, such as
25772+
preemptively <span data-x="dom-img-decode">decoding images</span> or <span
25773+
data-x="Create a CSS style sheet">creating stylesheets</span>. However, these additional
25774+
operations cannot have observable effects.</p>
25775+
2577125776
<p>There is no default type for resources given by the <code data-x="rel-preload">preload</code>
2577225777
keyword.</p>
2577325778

0 commit comments

Comments
 (0)