Closed Bug 10109 Opened 25 years ago Closed 25 years ago

parsing of bad entities

Categories

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

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: rickg)

Details

If an HTML document contains (or is, with no markup):

This is a &dag;ger entity.

Both the display *and* view-source show:

This is a &dagger entity.

The view-source is the more serious problem, but you may want to do the parsing
differently - or something.  I'm not sure.

Tested on:
1999-07-17-08-M9, Linux.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The parser recognized that the entity was bogus and converted it text. The
problem was that it forgot to append the semicolon.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.