Closed
Bug 149199
Opened 24 years ago
Closed 24 years ago
saving DOCTYPE that renders using quirks mode
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
People
(Reporter: u32858, Unassigned)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
BuildID: 2002051013
why does composer save as?
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
Reproducible: Always
Steps to Reproduce:
1.create a file with <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0
transitional//en">
2.see its not renderd in standards mode
3.save the file
Actual Results: the file is still rendered in the old mode.
Expected Results:
should upgrade files to, or at least have an option to upgrade them to standards
compliance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Save should default to upgrading and only save in old format if specified at
save time
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 92525 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 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
•