Closed
Bug 217480
Opened 22 years ago
Closed 22 years ago
Composer changes xhtml empty elements without warning
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
People
(Reporter: andrea.m, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4; MultiZilla v1.5.0.0f) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4; MultiZilla v1.5.0.0f) Gecko/20030624
Saving documents makes composer change empty tags such as <br />
to <br>, causing them to fail xhtml validation (even if such documents are
declared as xhtml)
Composer should at the very least prompt for confirmation, and the default
behavior should be to leave those tags as is.
Reproducible: Always
Steps to Reproduce:
1. Create an xhtml document with some elements such as <br />
2. Edit the document with composer
3. Save and publish
Actual Results:
<br /> is changed to <br>
Expected Results:
Leave the tag as is
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 55313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•