Closed
Bug 636786
Opened 15 years ago
Closed 11 years ago
Army of Awesome landing page doesn't validate
Categories
(support.mozilla.org :: Army of Awesome, task, P4)
support.mozilla.org
Army of Awesome
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q4
People
(Reporter: erik, Assigned: anushbmx, Mentored)
Details
(Whiteboard: u=dev c=AoA p=0 s=2014.21 [good first bug])
Illegally empty attrs, alleged divs inside spans. Kind of embarrassing: http://validator.w3.org/check?uri=http%3A%2F%2Fsupport.mozilla.com%2Farmy-of-awesome&charset=%28detect+automatically%29&doctype=Inline&group=0
Updated•15 years ago
|
Assignee: nobody → paulc
Updated•15 years ago
|
Assignee: paul+moz → nobody
Updated•15 years ago
|
Target Milestone: 2011Q2 → 2011Q3
Updated•14 years ago
|
Target Milestone: 2011Q3 → ---
Updated•14 years ago
|
Whiteboard: [good first bug][mentor=r1cky]
Comment 2•14 years ago
|
||
I'm working on this bug :)
Updated•14 years ago
|
Assignee: nobody → clauber.halic
Comment 3•14 years ago
|
||
(In reply to Clauber Stipkovic from comment #2)
> I'm working on this bug :)
Awesome! Let me know if you have any questions or need any help at all.
Comment 4•14 years ago
|
||
(In reply to Ricky Rosario [:rrosario, :r1cky] from comment #3)
> (In reply to Clauber Stipkovic from comment #2)
> > I'm working on this bug :)
>
> Awesome! Let me know if you have any questions or need any help at all.
Hey r1cky :)
Tks for the message!
Comment 5•14 years ago
|
||
Pull request sended:
- https://github.com/mozilla/kitsune/pull/587
Comment 6•14 years ago
|
||
Removing mentor status for now as this page is going through changes with the redesign.
Assignee: clauber.halic → nobody
Whiteboard: [good first bug][mentor=r1cky] → u=dev c=AoA p=
Comment 7•12 years ago
|
||
This is still an issue after the redesign. Adding mentor bits back.
Priority: P2 → P4
Whiteboard: u=dev c=AoA p= → u=dev c=AoA p= [good first bug][mentor=r1cky]
Target Milestone: --- → Future
| Assignee | ||
Comment 8•12 years ago
|
||
I see the Error is due to missing alt tags in <img>, I am adding alt tags for missing images in following rules
* For user Profile image alt = User name
* For Loading & other UX images alt = Their Meaning
| Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Anush is working on this.
Assignee: nobody → anush
Whiteboard: u=dev c=AoA p= [good first bug][mentor=r1cky] → u=dev c=AoA p=0 s=2014.9 [good first bug][mentor=r1cky]
Comment 11•12 years ago
|
||
Landed that on master:
https://github.com/mozilla/kitsune/commit/11a9558f1a272f96eea4c6c98091c7f709f7b2e3
Comment 12•12 years ago
|
||
Deployed and most of the errors are gone. 3 left though:
http://validator.w3.org/check?uri=http%3A%2F%2Fsupport.mozilla.com%2Farmy-of-awesome&charset=%28detect+automatically%29&doctype=Inline&group=0
| Assignee | ||
Comment 13•12 years ago
|
||
Those 3 errors are due to the empty element made for the popup box, the only way to avoid is by giving it with some value. May be some placeholder.
Comment 14•12 years ago
|
||
Anush, I think you can try removing the attributes and make sure the code handles it. Otherwise, we might need placeholders in them like you said.
| Assignee | ||
Comment 15•12 years ago
|
||
My suggestion is to go with placeholder and here are my views.
Place Holder for images : http://placehold.it/
For text : Army Of Awesome
For Datetime : Time strap.
Updated•12 years ago
|
Mentor: rrosario
Whiteboard: u=dev c=AoA p=0 s=2014.9 [good first bug][mentor=r1cky] → u=dev c=AoA p=0 s=2014.9 [good first bug]
| Assignee | ||
Comment 16•12 years ago
|
||
Any views over this
(comment #15)
> My suggestion is to go with placeholder and here are my views.
>
> Place Holder for images : http://placehold.it/
> For text : Army Of Awesome
> For Datetime : Time strap.
| Assignee | ||
Comment 18•11 years ago
|
||
@andrew Sorry I was on a break from mozilla activities due to university works, will get it fixed soon.
Is every one ok comment #15
Flags: needinfo?(anush)
| Assignee | ||
Comment 19•11 years ago
|
||
PR with suggestions from comment #15
https://github.com/mozilla/kitsune/pull/2222
Comment 20•11 years ago
|
||
Landed on master:
https://github.com/mozilla/kitsune/commit/d023c16b06f4de06296fd9ca11a8eba03bc5b7d8
Whiteboard: u=dev c=AoA p=0 s=2014.9 [good first bug] → u=dev c=AoA p=0 s=2014.21 [good first bug]
Target Milestone: Future → 2014Q4
Comment 21•11 years ago
|
||
Deployed to prod.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•