Closed
Bug 643410
Opened 14 years ago
Closed 14 years ago
Handle character tokens in special places in foreign content correctly
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: hsivonen, Assigned: hsivonen)
Details
Attachments
(1 file, 1 obsolete file)
20.31 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
The current code fails to reconstruct active formatting elements when the current node is an HTML integration point. Also, U+0000 isn't handled per spec when the current node is a MathML text integration point.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #520641 -
Flags: review?(jonas)
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #520641 -
Attachment is obsolete: true
Attachment #520641 -
Flags: review?(jonas)
Attachment #520645 -
Flags: review?(jonas)
Attachment #520645 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: [fixed-in-cedar]
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-cedar]
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•