Closed
Bug 3461
Opened 26 years ago
Closed 26 years ago
Improper line break with DEL tag following a P tag
Categories
(Core :: Layout, defect, P4)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: rickg)
References
()
Details
If you write a simple HTML document with only the following HTML in the body, it
displays correctly:
My inkjet printer<DEL>, when using the Photo Cartridge,</DEL> can print
photographs in photo-quality 32 bit color.
However, if you add the following to the same document, an improper line break
is inserted before the first comma in this sentence:
<p>My inkjet printer<DEL>, when using the Photo Cartridge,</DEL> can print
photographs in photo-quality 32 bit color.
The parser kicks the DEL out of the paragraph. Bad parser. No doggy biscuit
today! :-)
Reassigning to rickg...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Looks good in the March 24 build on NT, March 23 build on Mac OS.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•