Closed
Bug 767707
Opened 12 years ago
Closed 12 years ago
use a modern doctype <!DOCTYPE html>
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
DUPLICATE
of bug 546838
People
(Reporter: hashar, Unassigned)
Details
Attachments
(1 file)
2.96 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2
Steps to reproduce:
The bugzilla web interface and documentation are still using an old doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Most application are nowadays using the modern and simpler doctype:
<!DOCTYPE html>
Attached patch against trunk should fix most occurrences.
Reporter | ||
Comment 1•12 years ago
|
||
Wikimedia bug for later reference https://bugzilla.wikimedia.org/show_bug.cgi?id=1463
Updated•12 years ago
|
Attachment #636088 -
Attachment is patch: true
Comment 2•12 years ago
|
||
Changing doctype also means our HTML output needs to conform to the new standard. This means changing it appropriately. Have you checked what changes are needed?
And isn't simple html doctype for HTML5, which is not even a standard yet and thus can still change?
Comment 3•12 years ago
|
||
And actually this is a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•12 years ago
|
||
Thanks for finding the duplicate :-]
You need to log in
before you can comment on or make changes to this bug.
Description
•