This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19519 - [HTML] [Fetching] The spec needs to clarify that resources originating from elements whose owner documents lack a browsing context won't fetch
Summary: [HTML] [Fetching] The spec needs to clarify that resources originating from e...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Silvia Pfeiffer
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 19:25 UTC by Rafael Weinstein
Modified: 2012-10-29 13:19 UTC (History)
6 users (show)

See Also:


Attachments

Description Rafael Weinstein 2012-10-12 19:25:33 UTC
e.g.

doc = document.implementation.createHTMLDocument('');
doc.createElement('img').src = 'foo'; // won't cause a fetch of 'foo'.

-------- 

The behavior is consistent across webkit, gecko and IE (as of IE10).

For reference, the whatwg spec was recently updated with this language:

http://html5.org/tools/web-apps-tracker?from=7461&to=7462
Comment 1 Edward O'Connor 2012-10-12 21:23:02 UTC
Silvia, this looks like one for your merge-fu. :)
Comment 2 Silvia Pfeiffer 2012-10-29 13:19:07 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If
you are satisfied with this response, please change the state of
this bug to CLOSED. If you have additional information and would
like the Editor to reconsider, please reopen this bug. If you would
like to escalate the issue to the full HTML Working Group, please
add the TrackerRequest keyword to this bug, and suggest title and
text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this
document:   http://dev.w3.org/html5/decision-policy/decision-policy-v2.html

Status: Accepted
Change Description:
https://github.com/w3c/html/commit/abec0b3f9ce5bf55274e20280113797a21814380

Rationale: Patch from WHATWG accepted