[Bug 59271] New: Wrong stylesheet ref used

Funda Wang fundawang at en2china.com
Tue Jun 3 02:42:45 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=59271     
           Summary: Wrong stylesheet ref used
           Product: www.kde.org
           Version: unspecified
          Platform: Mandrake RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: webmaster at kde.org
        ReportedBy: fundawang at en2china.com


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


More information about the kde-www mailing list