Closed
Bug 324476
Opened 20 years ago
Closed 20 years ago
[FIXr]Closing head context in HTML sink should FlushText()
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
()
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
mrbkap
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
See testcase in the URL bar. The short of it is that depending on whether there is an X in the <p> we do or do not create a text node child of the <head> with whitespace in it...
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #209417 -
Flags: superreview?(jst)
Attachment #209417 -
Flags: review?(mrbkap)
| Assignee | ||
Updated•20 years ago
|
Summary: Closing head context in HTML sink should FlushText() → [FIX]Closing head context in HTML sink should FlushText()
Comment 2•20 years ago
|
||
Comment on attachment 209417 [details] [diff] [review]
Proposed patch
r=mrbkap, thanks.
Attachment #209417 -
Flags: review?(mrbkap) → review+
Comment 3•20 years ago
|
||
Comment on attachment 209417 [details] [diff] [review]
Proposed patch
sr=jst
Attachment #209417 -
Flags: superreview?(jst) → superreview+
| Assignee | ||
Updated•20 years ago
|
Summary: [FIX]Closing head context in HTML sink should FlushText() → [FIXr]Closing head context in HTML sink should FlushText()
| Assignee | ||
Comment 4•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
You need to log in
before you can comment on or make changes to this bug.
Description
•