- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 11 Feb 2010 06:54:57 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8949
Summary: The exact behavior for links to external resources
depends on the exact relationship, as defined for the
relevant link type. Some of the attributes control
whether or not the external resource is to be applied
(as defined below). For external resources th
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#the-
link-element
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Section: http://www.whatwg.org/specs/web-apps/current-work/#the-link-element
Comment:
The exact behavior for links to external resources depends on the exact
relationship, as defined for the relevant link type. Some of the attributes
control whether or not the external resource is to be applied (as defined
below). For external resources that are represented in the DOM (for example,
style sheets), the DOM representation must be made available even if the
resource is not applied. To obtain the resource, the user agent must resolve
the URL given by the href attribute, relative to the element, and then fetch
the resulting absolute URL. User agents may opt to only try to obtain such
resources when they are needed, instead of pro-actively fetching all the
external resources that are not applied.
Posted from: 120.62.10.6
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 11 February 2010 06:54:58 UTC