Closed Bug 57744 Opened 24 years ago Closed 24 years ago

DocumentType.entities & DocumentType.notations are returning NULL

Categories

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

defect

Tracking

()

VERIFIED INVALID

People

(Reporter: jcarpenter0524, Assigned: jst)

Details

Attachments

(1 file)

Overview Description: 
DocumentType.entities & DocumentType.notations are returning NULL

Steps to Reproduce: 
- see attached testcase

Actual Results: 
document.doctype.entities = null
document.doctype.notations = null
document.doctype.name = HTML

Expected Results: 
document.doctype.entities = HTML
document.doctype.notations = HTML
document.doctype.name = HTML

Build Date & Platform Bug Found: 
2000-10-23-09-MN6 : win32 

Additional Builds and Platforms Tested On: 
2000-10-23-13-MN6 : linux
2000-10-23-18-MN6 : mac
Attached file attaching testcase
Huh? Why should doctype.notations or doctype.entities be 'HTML'? They should be
NamedNodeMaps that list the notations and entites defined in the DTD for the
document but since mozilla (and every other browser I've ever seen) never really
reads the DTD, they're null.

Closing as INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
marking verified
Status: RESOLVED → VERIFIED
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: