- Notifications
You must be signed in to change notification settings - Fork2.9k
Document render blocking with a <link rel=expect> element#9970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
4cd42e8
44f212a
e03fe95
745e1ff
8469cc6
6400b52
e053141
13f8fd6
d70a7a0
0a7f0ae
d701641
ab0a4fb
8ab3a90
3d81086
4eb3251
ec278ec
f2f7071
3f1e9ac
a0ab1dd
435c97c
c1652a8
1bacd54
dc919fa
b89e0ad
80bf0d3
6a9d5b2
f5bae82
53f8aa5
c88bce2
ac5a66f
d7bc03a
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -24582,6 +24582,11 @@ document.body.appendChild(wbr);</code></pre> | ||
<dd><p>These are links to other resources that are generally exposed to the user by the user | ||
domenic marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
agent so that the user can cause the user agent to <span>navigate</span> to those resources, e.g. | ||
to visit them in a browser or download them.</p></dd> | ||
<dt><dfn data-x="Internal resource link" export>Internal resource link</dfn></dt> | ||
noamr marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
<dd><p>These are links to resources within the current document, used to give those resources | ||
special meaning or behavior.</p></dd> | ||
</dl> | ||
noamr marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
<p>For <code>link</code> elements with an <code data-x="attr-link-href">href</code> attribute and a | ||
@@ -25864,7 +25869,7 @@ document.body.appendChild(wbr);</code></pre> | ||
<tr> | ||
<td><code data-x="rel-expect">expect</code></td> | ||
<td><span>Internal resource link</span></td> | ||
<td colspan="2"><em>not allowed</em></td> | ||
noamr marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
<td class="no"> · </td> | ||
<td class="no"> · </td> | ||
@@ -26406,8 +26411,9 @@ document.body.appendChild(wbr);</code></pre> | ||
<li><p>If <var>el</var> is the <span>document element</span>, then | ||
<span>unblock rendering</span> on <var>link</var> and continue.</p> | ||
<li><p>Let <var>expectedURL</var> be the result of <span | ||
data-x="encoding-parsing a URL">encoding-parsing</span> <var>link</var>'s <code | ||
data-x="attr-link-href">href</code> attribute.<p></li> | ||
noamr marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
<li><p><span>Assert</span>: <var>expectedURL</var> <span | ||
data-x="concept-url-equals">equals</span> <var>link</var>'s <span>node document</span>'s <span | ||