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)

task

Tracking

()

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.

Depends on: 1609821
Alias: xhtml-to-html
Depends on: 1609822

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

See https://phabricator.services.mozilla.com/D59234

Depends on: 1609823
Depends on: 1609824
Depends on: 1609825
Depends on: 1609869
Depends on: 1609871
Depends on: 1609872
Depends on: 1609873
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.