Closed Bug 564942 Opened 14 years ago Closed 14 years ago

@import url(stylesheet.css); isn't a link in view-source for Firefox

Categories

(Core :: DOM: HTML Parser, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 503136

People

(Reporter: gordeon, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.29 Safari/533.4
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

In blocks like this when viewing a page source in Firefox:

<style type="text/css" media="screen">
@import url(stylesheet.css);
</style>

the CSS file isn't a link, unlike externally linked files.

Reproducible: Always

Steps to Reproduce:
1. View the source of the page with @import url(somefile.css)
2. Notice that somefile.css is not linked.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: Developer Tools → HTML: Parser
Product: Firefox → Core
QA Contact: developer.tools → parser
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
You need to log in before you can comment on or make changes to this bug.