CSS3 - Validator - RGBA wrong?
Posted
by poru
on Stack Overflow
See other posts from Stack Overflow
or by poru
Published on 2010-03-30T13:33:20Z
Indexed on
2010/03/30
13:53 UTC
Read the original article
Hit count: 743
I'm using the W3C CSS Validator with the Profile CSS3 but the validator says that my CSS rgba()'s are wrong.
I looked up the Color Module Level 3, and the syntax is the same as mine.
I also tried the Dev-Validator, same result.
Example input:
div.class {
border: 1px solid rgba(0, 0, 0, 0.5);
}
Am I wrong or why does the validator say that I have that many mistakes with rgba?
© Stack Overflow or respective owner