Closed
Bug 683152
Opened 14 years ago
Closed 13 years ago
Homepage doesn't validate
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2011-11-22
People
(Reporter: scoobidiver, Assigned: rrosario)
References
Details
In addition to the errors and warning in bug 574543, there's one more error in the homepage:
http://validator.w3.org/check?uri=http%3A%2F%2Fsupport.allizom.org&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2
The select element cannot have more than one selected option descendant unless the multiple attribute is specified.
…ta-dependency="mobile" selected="selected" data-default="true">Android</option>
Updated•14 years ago
|
Assignee: nobody → james
Comment 1•14 years ago
|
||
This may go away on it's own: if it's not fixed after the 9-06 push I'll look into it.
Target Milestone: --- → 2011-09-13
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to James Socol [:jsocol, :james] from comment #1)
> This may go away on it's own: if it's not fixed after the 9-06 push I'll
> look into it.
Not fixed. See: http://validator.w3.org/check?uri=http%3A%2F%2Fsupport.mozilla.com%2Fen-US%2Fhome&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2
Comment 3•14 years ago
|
||
So, the problem is that Android and Windows are both "default" operating systems, which I think is necessary for the showfor JS right now.
If I change it not to set selected="selected" on the second "default", it seems to work, and the qunit tests all still pass.
Comment 4•14 years ago
|
||
Actually, no, what I'm doing doesn't work.
Updated•14 years ago
|
Assignee: james → nobody
Target Milestone: 2011-09-13 → 2011Q4
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rrosario
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: 2011Q4 → 2011-11-22
Comment 6•13 years ago
|
||
I'm seeing this same error on support: http://validator.w3.org/check?uri=https%3A%2F%2Fsupport.allizom.org%2Fen-US%2Fhome&charset=%28detect+automatically%29&doctype=Inline&group=0
Please comment if this can only be verified after the release.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Rebecca Billings from comment #6)
> I'm seeing this same error on support:
> http://validator.w3.org/check?uri=https%3A%2F%2Fsupport.allizom.org%2Fen-
> US%2Fhome&charset=%28detect+automatically%29&doctype=Inline&group=0
I am seeing "This document was successfully checked as HTML5!". Maybe stage wasn't completely updated yet at the time?
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
Stage must have been in transition, as it does check out now. Marking as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•