Closed
Bug 127123
Opened 23 years ago
Closed 20 years ago
<plaintext> delimiter doesn't work as expected
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: greg, Assigned: harishd)
References
Details
(Keywords: testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.0.3 (X11; Linux i586; U;) Gecko/20020211
BuildID: 2002021422
Problem is short:
write down such testing file:
<html>
<head><title>testing plaintext problem</title></head>
<body>
some text
<p comment="remove this for test">
<plaintext>
plaintext lines
of text data
</plaintext>
normal text below plaintext in the same paragraph
</p comment="remove this for test">
normal text below plaintext
<p>normal text in paragraph</p>
</body>
</html>
1. Problem is that text inside the same paragraph (<p>)
as <plaintext> after </plaintext> is also rendered using
font setting as for plaintext above !
almost as if it were INSIDE <plaintext> tag.
2. It can be even worse, because if You use <plaintext>
NOT iside paragraph <p> (remove items marked "remove for test")
all below content of html file will be rendered this way.
If sth. was not clear - contact me.
HTH
Reproducible: Always
Steps to Reproduce:
just use file content I wrote above
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Parser. We don't close out the <plaintext> properly...
Assignee: asa → harishd
Status: UNCONFIRMED → NEW
Component: Browser-General → Parser
Ever confirmed: true
QA Contact: doronr → moied
Comment 3•23 years ago
|
||
As a note, NS4 shows everything after the <plaintext>, going right through
</plaintext> and all the other block closures.....
Not a high priority.
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: --- → Future
Comment 5•22 years ago
|
||
Updated•22 years ago
|
Keywords: testcase
Summary: delimiter doesn't work as expected → <plaintext> delimiter doesn't work as expected
Comment 6•20 years ago
|
||
<plaintext> support has been removed (in bug 88987), so marking fixed (not an
issue anymore).
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•