Bug 9165

Summary: several errors in CSS
Product: openclipart.org Reporter: Mourad Mokrane <momo>
Component: websiteAssignee: ryanlerch <ryanlerch>
Status: RESOLVED NOTOURBUG QA Contact:
Severity: minor    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.openclipart.org
Whiteboard:
i915 platform: i915 features:

Description Mourad Mokrane 2006-11-26 21:56:09 UTC
There are several errors in http://openclipart.org/cchost/cctemplates/skin-
openclipart.css

Among them are:

color: brown;      (color name "brown" cannot be used as it is not CSS 
compliant)
color: orange;     (same as for brown color)
Although there is a list of 147 CSS colors supported by several browsers, it is 
not safe to use them because not all the browsers support them. there should be 
changed to HEX values. Details here: http://www.w3schools.com/css/
css_colornames.asp


font-style:Courier New, courier, serif;     (seems that there sould be "font-
family" instead of "font-style", see here for details: http://www.w3.org/TR/
CSS21/fonts.html#font-styling )
Comment 1 Jon Phillips 2007-02-05 22:04:20 UTC
Are these still valid? please freshen the tests up for this one.
Comment 2 Tollef Fog Heen 2010-08-18 03:24:01 UTC
Closing all openclipart bugs as openclipart is now on launchpad, as per request from  Jon Philips.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.