Closed Bug 4435 Opened 26 years ago Closed 26 years ago

DOM doesn't recognize the BLOCKQUOTE element.

Categories

(Core :: DOM: Core & HTML, defect, P2)

PowerPC
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jcarpenter0524, Assigned: jcarpenter0524)

Details

Build 3/29/99 WinNT,MacPPC - Use HTML below - DOM reports that it sees [objectHTMLElement] instead of [objectHTMLBlockquoteElement] as it seems it should. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD><TITLE>test</TITLE></HEAD> <BODY> <BLOCKQUOTE> Any text here. </BLOCKQUOTE> <SCRIPT TYPE="text/javascript"> var oList=document.firstChild.childNodes.item(1).childNodes.item(1) document.write(oList); </SCRIPT> </BODY> </HTML>
QA Contact: 4015 → 3847
Priority: P3 → P2
Didn't intend to leave Priority at P3, moving to P1 as this is blocking testing.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Actually it should return an element of type HTMLQuoteElement (according to the DOM Level 1 Errata). Fixed with my checkin on 4/13.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Afraid this is still not fixed. Build 1999-06-16-M6 DOM still returns "[object HTMLElement]" instead of "[object HTMLQuoteElement]" (also, please send me the link to the info where you are finding the reference to HTMLQuoteElement. At this URL: http://www.w3.org/TR/REC-DOM-Level-1/level-one-html.html I am finding both "Interface HTMLBlockquoteElement" and "Interface HTMLQuoteElement", but perhaps I am reading it wrong. Thanks.)
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
Oops. Sorry, I missed one of the codepaths. Your test now works. Checkin on 5/12/1999.
Status: RESOLVED → VERIFIED
Verified Fixt. Build 1999-05-17-09-M6
Status: VERIFIED → REOPENED
OS: All → Mac System 8.5
Hardware: All → Macintosh
Resolution: FIXED → ---
oops. Doesn't work on macppc, build 1999-05-17-09-M6. Reopening and changing platform to Mac only.
Assignee: vidur → janc
Status: REOPENED → NEW
This is cross-platform code. I don't know how it could fail on a specific platform unless there's something wrong with DLL/shared library management. My guess is that you have an old build.
Target Milestone: M6
janc, could you check this on latest build please?
Target Milestone: M6 → M7
Status: NEW → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
verified that it returns HTMLQuoteElement on all 3 platforms, 6/8 builds. Marking resolved and verified.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.