Closed
Bug 3871
Opened 26 years ago
Closed 26 years ago
DOM: HTMLLinkElement attributes returning 'undefined'
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: ckritzer, Assigned: vidur)
References
()
Details
On MacOS 8.5/Win95/RedHat Linux 5.2 for 99075 (March 16th) build on the following
testcases:
1) hlnk001.html
1a) Expected action/result: Grab the HTMLLinkElement.disabled string
2) hlnk002.html
2a) Expected action/result: Grab the HTMLLinkElement.charset string
3) hlnk003.html
3a) Expected action/result: Grab the HTMLLinkElement.href string
4) hlnk004.html
4a) Expected action/result: Grab the HTMLLinkElement.hreflang string
5) hlnk005.html
5a) Expected action/result: Grab the HTMLLinkElement.media string
6) hlnk006.html
6a) Expected action/result: Grab the HTMLLinkElement.rel string
7) hlnk007.html
7a) Expected action/result: Grab the HTMLLinkElement.rev string
8) hlnk008.html
8a) Expected action/result: Grab the HTMLLinkElement.target string
9) hlnk009.html
9a) Expected action/result: Grab the HTMLLinkElement.type string
All strings are being returned as 'undefined'
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•26 years ago
|
||
Again a problem with the DOCTYPE not being handled correctly. I'd recommend
using getElementsByTagName().
*** This bug has been marked as a duplicate of 3874 ***
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified on MacOS8.5, win95, RedHatLinux5.2 on 99081 build.
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
•