Closed Bug 13170 Opened 25 years ago Closed 25 years ago

Entities in tbody are swallowed

Categories

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

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: hyp-x, Assigned: harishd)

Details

(Whiteboard: [TESTCASE])

Attachments

(1 file)

Version:
  1999-09-04-09 apprunner on Win98

Desctiption:
  See testcase.
  It should read "Entitás" but it is "Entits" in mozilla.
  Both Nav4 and IE4 displays it as expected.

---
<table>Entit&aacute;s</table>
---
Whiteboard: [TESTCASE]
Attached file Testcase
Assignee: rickg → harishd
Assinging bug to myself.
Status: NEW → ASSIGNED
Target Milestone: M11
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
TBODY can contain (TR)+  and the rest should be treated as illegal-content.
In doing so enitities were just thrown to the floor instead of being handled as
an bad-content.
Made sure that entities are also passed though the illegal-content handling
code.

Marking bug FIXED.
Status: RESOLVED → VERIFIED
Verified Fixed.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: