Closed
Bug 381184
Opened 18 years ago
Closed 17 years ago
76 validation markup errors in TB 1.5 release notes
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
Attachments
(1 file, 1 obsolete file)
22.26 KB,
text/plain
|
Details |
In the same spirit of bug 151557, I believe the Thunderbird 1.5 release notes markup code should be upgraded so that it passes markup validation. Right now, that page has 76 validation markup errors.
http://validator.w3.org/check?uri=http://www.mozilla.com/en-US/thunderbird/releases/1.5.html
I wish this bug could be fixed at the same time of fixing bug 378513.
If I had editing/updating privileges access to mozilla.com, I would certainly be able to fix this bug.
Comment 1•18 years ago
|
||
Gérard, you should be able to create a patch for this, regardless of having mozilla.com access or not.
Assignee | ||
Comment 2•18 years ago
|
||
In this patch is the whole webpage corrected, only with needed corrections to fix this bug.
- Missing closing </p> at lines 83 (col 80) and 136 (col 146)
- Missing " /" at lines 177 (col 71), line 182 (col 71), line 187 (col 71), line 191 (col 71), line 196 (col 71),
- Missing closing </p> at line 363 (col 68)
- Missing closing </p> at line 397 (col 40)
- Lines 427 and 429 were removed since there were 2 <ul id="nav">
- The 2 <script>s at lines 430 and 431 were improperly nested and need to be inserted into an <li> element.
Once the file (corrected webpage) has been loaded, it will be necessary to verify if the 2 scripts at lines 430 and 431 work as expected. As far as I can anticipate, I believe these 2 scripts should work like before. The only things which were modified is the proper nesting of <li> and the scripts and the only thing that should change is the validation markup errors.
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Created an attachment (id=265972) [details]
> Suggested patch for this bug
>
> In this patch is the whole webpage corrected, only with needed corrections to
> fix this bug.
This is not a patch, which makes it quite difficult to tell what your changes are. You can checkout the thunderbird releases directory by using this command:
svn co http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/thunderbird/releases/
Once you have made your changes to the files you wish to touch, just use "svn diff > patchname.diff" to save your changes into a patch, which you can then attach to the bug.
Assignee: nobody → bugzilla
Hardware: PC → All
Assignee | ||
Comment 4•18 years ago
|
||
Hello Reed, thanks for your reply.
> This is not a patch, which makes it quite difficult to tell what your changes
> are. You can checkout the thunderbird releases directory by using this command:
> svn co
> http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/thunderbird/releases/
I can view the PHP page
http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/thunderbird/releases/1.5.html
and even view the spots where the corrections would be needed but I have no CVS or privileges to use that "svn co" command. svn co command is unix or something and I don't know how to execute it.
> Once you have made your changes to the files you wish to touch, just use "svn
> diff > patchname.diff" to save your changes into a patch
Again, that svn diff > patchname.diff must be an unix command executable via CVS. I don't use CVS; never have.
Assignee | ||
Comment 5•18 years ago
|
||
This proposed patch applies to the file
http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/thunderbird/releases/1.5.html
Line numbers and column applies to that file.
- Missing closing </p> at lines 36 (col 80) and 83 (col 146)
- Missing " /" at lines 120 (col 71), line 124 (col 71), line 128 (col 71),
line 132 (col 71), line 136 (col 71),
- Missing closing </p> at line 291 (col 68)
- Missing closing </p> at line 325 (col 40)
- Lines 350 and 352 were removed since there were 2 <ul id="nav">
- The 2 <script>s at lines 353 and 354 were improperly nested and needed to be
inserted into an <li> element with its correspondent </li>.
Once applied, the file (corrected webpage) will need to be verified to see
if the 2 scripts nested in a <li></li> work as expected.
Attachment #265972 -
Attachment is obsolete: true
Assignee | ||
Updated•18 years ago
|
Keywords: helpwanted
Assignee | ||
Comment 6•17 years ago
|
||
This has been fixed for an unknown amount of time. There are still 2 minor issues with the current webpage:
Line 96: <a href=" http://support.mozilla.com/en-US/kb/Other+Firefox+support">Other Firefox Support</a>
There is a leading blank space in the href attribute
Line 196: <h3 id="download"><a name="download">Downloading Thunderbird 1.5</a></h3>
Duplication of download anchor
... but since the webpage passes validation, I'm resolving this bug as WORKSFORME.
Comment 7•17 years ago
|
||
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•