Closed
Bug 305664
Opened 19 years ago
Closed 19 years ago
html:dt and html:dd should not return HTMLSpanElement object
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: annevk, Unassigned)
Details
Currently the html:dt and html:dd return an HTMLSpanElement object. They should return HTMLElement instead.
| Reporter | ||
Comment 1•19 years ago
|
||
After further investigation it seems that having HTMLSpanElement in general is a bug. There is no such interface defined to be implemented on certain objects.
Comment 2•19 years ago
|
||
Who said anything about an interface? This is the concrete object class. I suspect this bug is simply invalid.
Comment 3•19 years ago
|
||
OK, I vote for invalid again. Dissenters, please speak up! ;)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 4•18 years ago
|
||
This will probably be valid in due course. We want the [[Class]] of each JS object to be defined in an interoperable way. However, it's not clear what it'll be yet.
You need to log in
before you can comment on or make changes to this bug.
Description
•