Closed
Bug 201735
Opened 22 years ago
Closed 22 years ago
html and css files of online help are not valides (according to validator.w3.org)
Categories
(Documentation Graveyard :: Help Viewer, defect)
Documentation Graveyard
Help Viewer
Tracking
(Not tracked)
People
(Reporter: fredchat, Assigned: oeschger)
Details
Attachments
(1 file)
4.10 KB,
text/css
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20021130
Online help displays correctly but Mozilla.org argue that Mozilla is designed
for standards-compliance. So it is important to validate html and css files.
Example
http://validator.w3.org/check?uri=http%3A%2F%2Flxr.mozilla.org%2Fseamonkey%2Fsource%2Fextensions%2Fhelp%2Fresources%2Flocale%2Fen-US%2Fcomposer_help.html
All files of online help are like this one.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 2•22 years ago
|
||
Here is the content-style.css file I use for frenchmozilla.
adding :
missing units for marges;
missing # for color;
generic font family;
.errors class, use in composer_help.html but not defined;
background-color for .inthissection class.
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 95770 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 5•22 years ago
|
||
*** Bug 215935 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•