Closed
Bug 1650105
Opened 5 years ago
Closed 5 years ago
Import validator patch to Emit error (not warning) for HTML4/XHTML1 doctype
Categories
(Core :: DOM: HTML Parser, task)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: hsivonen, Assigned: sideshowbarker)
Details
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•5 years ago
|
||
Since 2594493 HTML4/XHTML1
doctypes have caused the warning Obsolete doctype. Expected <!DOCTYPE html>
.
This change makes that message an error rather than just a warning — bringing
the parser into conformance with whatwg/html@31c20af
(whatwg/html#2049).
Updated•5 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Updated•5 years ago
|
Severity: -- → S3
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:hsivonen, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(hsivonen)
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2a05cb7335ef
Emit error (not warning) for HTML4/XHTML1 doctype. DONTBUILD NPOTB r=alchen
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Reporter | ||
Updated•5 years ago
|
Assignee: hsivonen → mike
Flags: needinfo?(hsivonen)
You need to log in
before you can comment on or make changes to this bug.
Description
•