View Issue Details

IDProjectCategoryView StatusLast Update
0000327Main CAcert Websitewebsite contentpublic2013-01-07 15:30
Reporterhanno Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status needs workResolutionreopened 
Summary0000327: Make webpage valid html code
DescriptionThe webpage should contain only valid html code.

Problems found so far:
- Several links contain amps that are not entitied (use &)
- nobr-tag is used, doesn't exist in html specification, is an inofficial netscape tag. Can be replaced by css-property white-space: nowrap.
- The <a> tag of the link to the A4 TTP form is not closed, rendering the site unusable (at least) in Konqueror.

Link to validator:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cacert.org
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

Sourcerer

2006-11-28 03:25

administrator   ~0000740

There are still a lot of & left in the code:
For example:

href="/cap.php?name=P+&dob=1980&email=pg"

should be

href="/cap.php?name=P+&dob=1980&email=pg"

(the link was shorted to remove the identity)

Sourcerer

2006-11-28 03:28

administrator   ~0000741

The change broke the text, which is overlapping the table now. (At least in the German translation)

evaldo

2007-06-25 08:43

developer   ~0000867

As of today, that link shows "This Page Is Valid HTML 4.01 Transitional!"

evaldo

2007-06-25 08:44

developer   ~0000868

Oops! Should bring it back to acknowledged and do some more verification. Sorry.

Issue History

Date Modified Username Field Change
2006-09-06 03:01 hanno New Issue
2006-09-10 20:34 hfs Description Updated
2006-11-27 13:21 duane Category GPG/PGP => website content
2006-11-27 13:30 duane Status new => solved?
2006-11-27 13:30 duane Resolution open => fixed
2006-11-27 13:30 duane Assigned To => duane
2006-11-27 13:31 duane Status solved? => needs work
2006-11-27 13:31 duane Assigned To duane => bluec
2006-11-27 13:31 duane Status needs work => solved?
2006-11-28 03:25 Sourcerer Assigned To bluec => duane
2006-11-28 03:25 Sourcerer Status solved? => needs feedback
2006-11-28 03:25 Sourcerer Resolution fixed => reopened
2006-11-28 03:25 Sourcerer Note Added: 0000740
2006-11-28 03:28 Sourcerer Note Added: 0000741
2006-11-28 03:28 Sourcerer Status needs feedback => @30@
2007-06-25 08:43 evaldo Note Added: 0000867
2007-06-25 08:43 evaldo Assigned To duane =>
2007-06-25 08:43 evaldo Status @30@ => closed
2007-06-25 08:43 evaldo Resolution reopened => fixed
2007-06-25 08:44 evaldo Note Added: 0000868
2007-06-25 08:44 evaldo Status closed => @30@
2007-06-25 08:44 evaldo Resolution fixed => reopened
2011-06-14 00:23 NEOatNHNG Status @30@ => confirmed
2013-01-07 15:30 Werner Dworak Status confirmed => needs work