Closed
Bug 292825
Opened 20 years ago
Closed 20 years ago
href properties of CSSImportRule is not resolved to full URI
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
INVALID
People
(Reporter: minghong, Unassigned)
Details
Attachments
(1 file)
|
619 bytes,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217
The specification only mention one single line about this property:
href of type DOMString, readonly
The location of the style sheet to be imported. The attribute will not
contain the "url(...)" specifier around the URI.
Should it be resolved like cite property of q/blockquote/ins/del?
Reproducible: Always
Steps to Reproduce:
1. Check href properties of CSSImportRule
Actual Results:
The string without "url(...)" specifier around.
Expected Results:
The string without "url(...)" specifier around, and resolved to full URI.| Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Comment 2•20 years ago
|
||
This should be the actual string, since the spec doesn't say anything about it being the URI.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•