Closed
Bug 72524
Opened 24 years ago
Closed 21 years ago
URI attributes in HTML DOM should be absolute
Categories
(Core :: DOM: Core & HTML, defect, P4)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: sicking, Unassigned)
References
Details
(Keywords: dom1)
URI attributes in the HTML DOM should be resolved to absolute URIs even if the
markup attribute is relative. The URIs has to be resolved agains both xml:base
and <html:base>, so i'll guess this is somewhat dependent on bug 72522.
List of attributes that should be resolved:
HTMLHeadElement.profile
HTMLHeadElement.href
HTMLBodyElement.background
HTMLBlockquoteElement.cite
HTMLQuoteElement.cite
HTMLModElement.cite
HTMLImageElement.lowSrc
HTMLImageElement.longDesc
HTMLObjectElement.codeBase
HTMLObjectElement.data (against HTMLObjectElement.codeBase)
HTMLAppletElement.codeBase
HTMLAppletElement.code (against HTMLAppletElement.codeBase)
HTMLScriptElement.src (might be done already)
HTMLFrameElement.longDesc
HTMLFrameElement.src (might be done already)
HTMLIFrameElement.longDesc
HTMLIFrameElement.src (might be done already)
And I think (w3c.org is down at the moment):
HTMLObjectElement.archive (against HTMLObjectElement.codeBase)
Reporter | ||
Updated•24 years ago
|
Comment 1•24 years ago
|
||
I agree (but I didn't look closely at your list yet).
Target Milestone: --- → mozilla1.0
Comment 3•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 4•23 years ago
|
||
Bug 47534 has some properties not in this list that should also be absolute
Updated•23 years ago
|
Priority: -- → P4
Updated•22 years ago
|
Target Milestone: mozilla1.0.1 → ---
Comment 6•21 years ago
|
||
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•