Closed
Bug 253626
Opened 21 years ago
Closed 21 years ago
Save page as creates a file without properly closed tags
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 120556
People
(Reporter: damianfs, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
When presented with self-closing tags like:
<meta name="keywords" content="XHTML" />
the Save Page As feature saves a tag like this as:
<meta name="keywords" content="XHTML">
which makes it difficult to validate in automated tools.
This is not a problem when saving from the Page Source window.
Reproducible: Always
Steps to Reproduce:
1. Open a valid xhtml page, eg http://validator.w3.org
2. Choose File | Save Page As ... and save the file
Actual Results:
Self-closing tags are no longer self closed, thereby producing invalid xhtml
Expected Results:
Maintain the self-closing nature of the tags
Comment 1•21 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•