Open
Bug 1609820
(xhtml-to-html)
Opened 6 years ago
Updated 2 years ago
[meta] Migrate files from XHTML to HTML when possible
Categories
(Toolkit :: General, task)
Toolkit
General
Tracking
()
NEW
People
(Reporter: ntim, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
With the XUL removal and fluent conversion projects, this has become possible with no change in many places.
Reporter | ||
Updated•6 years ago
|
Alias: xhtml-to-html
Reporter | ||
Comment 1•6 years ago
|
||
There are some which require minimal changes such as:
- Removing
xmlns
from the root element - Removing
<?xml version="1.0" encoding="utf-8"?>
- Adding <!DOCTYPE html> if it's not there to avoid going into quirks mode
- Changing
<script src="X" />
to <script src="X"></script>` to conform with HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•