Closed
Bug 5426
Opened 25 years ago
Closed 25 years ago
DOM: HTMLBaseElement is not seen by DOM
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: ckritzer, Assigned: vidur)
Details
Overview Description:
The DOM does not recognize the existence of the HTMLBaseElement through
JavaSccript
Steps to Reproduce:
1) Use the HTML testcase I've provided in the 'Additional Info' section.
Actual Results:
1) The [object HTMLMetaElement] is displayed. It is the next sibling in the HEAD
tag *after* the BASE tag. I put it in as a 'control rod'.
Expected Results:
1) The text [object HTMLBaseElement] should be displayed.
Build Date & Platform:
MacOS 8.5.1: 1999-04-23-08 viewer.app
Win95: 1999-04-23-08 apprunner.exe
RedHatLinux5.2: 1999-04-23-08 viewer
Additional Builds and Platforms:
none
Additional Information:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<base href="http://marvin.mcom.com/ckritzer/domhtml/eq.html">
<meta name="MetaName">
</head>
<body>
The following line should show the text "[object HTMLBaseElement
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Fix checked in on 6/15/99.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•25 years ago
|
||
Verified Fixed in 1999-06-16 builds.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•