Closed
Bug 308498
Opened 19 years ago
Closed 19 years ago
<BASE> tag not supported
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 249881
People
(Reporter: green-d, Unassigned)
Details
Attachments
(1 file)
|
354 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 In Mozilla I can't normally view pages, where images URL's specified using <HEAD>'s tag <BASE>. For example: if tag <BASE> specifies path to images "full_url/pics/" and page contains image "a.jpg", then in IE or Opera I will see picture with path "full_url/pics/a.jpg", but in Mozilla I will see "full_url/a.jpg" and the picture is not displayed. This tag (<BASE>) is defined in HTML 3.2. Reproducible: Always Steps to Reproduce: 1. create page using tag <BASE> 2. create any image there 3. try to view page in Mozilla and another browser Actual Results: I did not see the picture Expected Results: it should display image
Comment 2•19 years ago
|
||
My bad that is the base font bug. If you're using a relative href then I think it's bug 202472.
Comment 3•19 years ago
|
||
In HTML3.2, HTML4.01 and XHTML, a document(a head element) can have only an base element. See HTML spec. -> INVA
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 4•19 years ago
|
||
Updated•19 years ago
|
Attachment #196050 -
Attachment mime type: text/plain → text/html
Comment 5•19 years ago
|
||
Oops. Sorry. I understood that this is multi base element problem by comment 1. Dimon: Could you attach a testcase?
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 6•19 years ago
|
||
The BASE address must be absolute. *** This bug has been marked as a duplicate of 249881 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•