[Bug 6584] CSS Validator Bug: Warning to set color even if it set

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6584


Rafał Wrzeszcz <wrzasq@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wrzasq@gmail.com




--- Comment #2 from Rafał Wrzeszcz <wrzasq@gmail.com>  2009-03-21 11:52:57 ---
I confirm, this is CSS3-only problem. Very easy to reproduce as:

body
{
    background-color: #000000;
    color: #ffffff;
}

By "direct upload" method - turning warnings to "All" and profiles as "CSS
level 3". CSS 2.1 gives no warning, CSS 3 gives:

> You have no color set (or color is set to transparent) but you have set a background-color. Make sure that cascading of colors keeps the text reasonably legible.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 21 March 2009 11:53:07 UTC