Bug 9165 - several errors in CSS
Summary: several errors in CSS
Status: RESOLVED NOTOURBUG
Alias: None
Product: openclipart.org
Classification: Unclassified
Component: website (show other bugs)
Version: unspecified
Hardware: All All
: high minor
Assignee: ryanlerch
QA Contact:
URL: http://www.openclipart.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-26 21:56 UTC by Mourad Mokrane
Modified: 2010-08-18 03:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.