Closed
Bug 28917
Opened 26 years ago
Closed 26 years ago
XML Declaration not processed properly (anymore)
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: nisheeth_mozilla)
References
()
Details
Using build 2000022216.
Associated URL: http://www.AceProgrammer.com/TestPageX2.html
The difference between the two pages is that X1 has the following line at the
top:
<?xml version="1.0" encoding="UTF-8"?>
The whole of the document is included at the end of this description.
X2 displays properly.
I'm not sure how to describe the behavior of X1. After entering the url and
pressing enter, the browser reacts like it received a document, but there is no
change in the window (whatever page was there remains). Viewing the source
shows that the entire document was read. Any window placed over the top of the
browser at this point will have its image remain in the browser window when
Mozilla regains focus.
This has worked correctly in the recent past. It's only within the last couple
of weeks that it has stopped working.
This is the whole docuent:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head></head><body>This is XHTML 1.0 with the XML declaration</body></html>
As mentioned above, the only difference between the working version and the
non-working version is the first line of the file (the xml declaration).
| Reporter | ||
Comment 1•26 years ago
|
||
This bug appears to have been fixed by build 2000022708.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Verified.
Windows: 2000-07-13-09-M17
For TestPageX1.html a BLANK page is displayed.
| Reporter | ||
Comment 3•25 years ago
|
||
It still shows as being resolved and fixed, but the page doesn't display.
Updated•25 years ago
|
QA Contact: chrisd → petersen
Comment 4•25 years ago
|
||
The content of TestPageX1.html is displayed correctly. Tested with the
2001010209 build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•