Closed
Bug 268507
Opened 21 years ago
Closed 21 years ago
standards in-compliance with CSS and html on extensions page
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 247572
People
(Reporter: tonglebeak, Assigned: bugs)
References
()
Details
Attachments
(1 file)
|
8.58 KB,
text/css
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041108 Firefox/1.0
The extensions site is clutterred with html errors, most of which can be resolved.
The CSS is not valid, and does not render the same in IE and Firefox. I have
fixed the CSS to make it completely valid, and it renders the link I gave you
perfectly in both browsers.
About links on your page with & in them: please use htmlentities in the php loop
that outputs the links, and it will change & to &, and get rid of many
errors that the w3c validator spits out involving those.
If I get around to it, I'll be glad to help out more with the validation.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•21 years ago
|
||
This is the CSS fix; validated, and works properly in IE and Firefox.
Updated•21 years ago
|
Component: Web Site → Update
Product: Firefox → mozilla.org
Version: unspecified → other
Comment 2•21 years ago
|
||
The attachment breaks the desired layout, and this bug is a dupe.
*** This bug has been marked as a duplicate of 247572 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•