Closed Bug 1140 Opened 26 years ago Closed 26 years ago

XMP tag not implemented yet

Categories

(Core :: Layout, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: rickg)

References

()

Details

Support for the XML tag has not been fully implemented yet. I remember you two
(rickg,kipp) talking about this once, but I forgot the details.

The URL given contains a testcase (at the very bottom).
Status: NEW → ASSIGNED
Assignee: kipp → rickg
Status: ASSIGNED → NEW
Currently the parser kicks the markup out of the XMP tag as if it couldn't
contain when instead it should ignore markup until it sees either the end of
document or a </XMP> (I forget which - a simple test with navigator will answer
that question). We should probably treat it like TEXTAREA and SCRIPT and so on
and use the skipped content *OR* the parsers should treat it like a container
and then add everything inside it as text (I like that answer better).

The same goes for PLAINTEXT, except that the EOF conditions are different than
XMP.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
XMP support is now in, along with support for plaintext.
They're not perfect, so other bugs may surface.
Fixed in Build Release 11/30.
Status: RESOLVED → VERIFIED
regressed?
works again. must have been a manifestation of bug 40408.
You need to log in before you can comment on or make changes to this bug.