Closed Bug 12339 Opened 25 years ago Closed 25 years ago

[CODE]DOM1 Errata: Should get rid of HTMLBlockquoteElement

Categories

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

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: vidur)

Details

Attachments

(1 file)

The DOM1 Errata
http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html
remove HTMLBlockquote element, since blockquotes are represented by
HTMLQuoteElement.  Right now, you represent them correctly.  However, the IDL
file,
http://lxr.mozilla.org/seamonkey/source/dom/public/idl/html/HTMLBlockquoteElement.idl
(and possibly other code) still exist.  I think this file (and other files?)
should probably be removed since they aren't (hopefully) being used.

The main reason to bother, I think, is that IDL files serve as documentation for
what DOM you support.  It would also, I would think, slightly reduce the size of
the binary in addition to the source tree.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I've deleted the IDL file and removed the generated source from the makefiles.
Gerardo, this should be verified closed.
Status: RESOLVED → VERIFIED
Verified that the IDL file doesn't exist in the tree as reported by lxr on
9/2/99. Why closed?
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: