Bug 59271

Summary: Wrong stylesheet ref used
Product: [Websites] www.kde.org Reporter: Funda Wang <fundawang>
Component: generalAssignee: Webmaster <webmaster>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Funda Wang 2003-06-03 04:42:44 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
OS:          Linux

www.kde.org support multiple color theme. Following can be found in the source:

<link rel="stylesheet" media="screen" type="text/css" title="Default: Orange" href="/media/styles/endres.css" />
<link rel="alternative stylesheet" media="screen" type="text/css" title="Black and white" href="/media/styles/blackwhite.css" />
<link rel="alternative stylesheet" media="screen" type="text/css" title="Blue, mellow" href="/media/styles/bluemellow.css" />

Please note the rel used in Link element. It should be "alternate" but not "alternative".
You can find specifications within w3c.org
Comment 1 Funda Wang 2003-07-24 18:32:31 UTC
Has been fixed.