Closed
Bug 567929
Opened 15 years ago
Closed 15 years ago
HTML5 bad value for attribute dir on element error for new forums
Categories
(support.mozilla.org :: Forum, task, P4)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: rbillings, Assigned: rrosario)
References
()
Details
Running the new forums through the w3 validator shows HTML5 errors for a bad value on attribute dir on element html.
1) get new forum url: https://support-stage-new.mozilla.com/en-US/forums/test-forum/29
2) http://validator.w3.org/ > enter new forum url
expected: no major errors
actual: Line 2, Column 26: Bad value for attribute dir on element html.
<html lang="en-US" dir="">
Updated•15 years ago
|
Comment 1•15 years ago
|
||
Not huge, but it's not a high hurdle to valid HTML5. => 2.2
Priority: -- → P4
Target Milestone: --- → 2.2
Updated•15 years ago
|
Assignee: nobody → rrosario
| Assignee | ||
Comment 2•15 years ago
|
||
Fixed in the 2.2 (questions) branch:
http://github.com/jsocol/kitsune/commit/468ab6deb212ffb7f64fd0378b102be678b1419d
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•