Skip to content

Commit

Permalink
Fix #176: set request's same-origin data-URL flag for <img>
Browse files Browse the repository at this point in the history
PR: #499
  • Loading branch information
Ritsyy authored and annevk committed Jan 19, 2016
1 parent b1931d9 commit b09402f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Expand Up @@ -2815,6 +2815,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn data-noexport="" data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn>
<li><dfn data-noexport="" data-x="concept-request-origin" data-x-href="https://fetch.spec.whatwg.org/#concept-request-origin">origin</dfn>
<li><dfn data-noexport="" data-x-href="https://fetch.spec.whatwg.org/#omit-origin-header-flag">omit-<code>Origin</code>-header flag</dfn>
<li><dfn data-noexport="" data-x-href="https://fetch.spec.whatwg.org/#same-origin-data-url-flag">same-origin data-URL flag</dfn>
<li><dfn data-noexport="" data-x="concept-request-referrer" data-x-href="https://fetch.spec.whatwg.org/#concept-request-referrer">referrer</dfn>
<li><dfn data-noexport="" data-x-href="https://fetch.spec.whatwg.org/#synchronous-flag">synchronous flag</dfn>
<li><dfn data-noexport="" data-x="concept-request-mode" data-x-href="https://fetch.spec.whatwg.org/#concept-request-mode">mode</dfn>
Expand Down Expand Up @@ -24235,6 +24236,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
<code>picture</code></span>, set <var>request</var>'s <span
data-x="concept-request-initiator">initiator</span> to "<code data-x="">imageset</code>".</p>

<p>&#x231B; Set <var>request</var>'s <span>same-origin data-URL flag</span>.</p>

<!--FETCH--><p>&#x231B; <span data-x="concept-fetch">Fetch</span> <var>request</var>. Let this
instance of the <span data-x="concept-fetch">fetching</span> algorithm be associated with
<var>image request</var>.<!-- TODO "Interaction with the Preload Scanner" from the picture spec
Expand Down

0 comments on commit b09402f

Please sign in to comment.