Closed Bug 937259 Opened 11 years ago Closed 11 years ago

Remove <command> element from the parser

Categories

(Core :: DOM: HTML Parser, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla28

People

(Reporter: wchen, Assigned: wchen)

Details

Attachments

(1 file)

The <command> element was removed from the spec but it still exists in the parser. This is causing an html5lib tests to fail. In particular, it causes "<!DOCTYPE html><body><command>A" to generate the wrong tree.

The DOM interface was removed from Gecko a while back, it makes no sense to keep <command> in the parser.
The changes in this patch are pretty strait forward. I also fixed a little error in the code generator.
Attachment #830357 - Flags: review?(hsivonen)
Attachment #830357 - Flags: review?(hsivonen) → review+
https://hg.mozilla.org/mozilla-central/rev/a9720e3247fc
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: