Bug 15621 - Support CSS color shorthand
Summary: Support CSS color shorthand
Status: RESOLVED NOTABUG
Alias: None
Product: swfdec
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: swfdec ml
QA Contact: swfdec ml
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 10:56 UTC by Craig
Modified: 2008-04-22 06:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Craig 2008-04-20 10:56:35 UTC
CSS color shorthand (see http://webdesign.about.com/od/color/qt/tipcolorshrthnd.htm) defines the rules that make three hex digit color codes into real colors. For example, #fff is white, #00f is blue, and #0f0 is green.

CSS compressors, such as the YUI compressor, take advantage of this definition. Thus, when you use CSS compression against some CSS used in a Flash movie, the colors are incorrect.
Comment 1 Riccardo Magliocchetti 2008-04-22 05:32:04 UTC
Craig, can you provide a file / url with this problem?
Comment 2 Benjamin Otte 2008-04-22 06:51:45 UTC
See http://molecularvoices.molecular.com/2008/css-color-shorthand-not-support-in-adobe-flash/

From my comment there:
I’m gonna close that one as NOTABUG, since we try to be bug-for-bug compatible with Adobe’s Flash Player. And if Adobe says #FFF is blue, then it is blue. If you want standards compliance, don’t use Flash…


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.