简体   繁体   中英

CSS3 - Validator - RGBA wrong?

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?

Read this: http://www.css3.info/the-big-css3-validation-debate/ - Might help. Think that's it.

"The problem is that, at present, none of the CSS3 modules have yet receached the status of becoming an official W3C Recommendation, as such any of these specifications could in theory be changed at time, particularly those that are still in the early stage of development."

这是一个已知的错误 (我敢肯定会欢迎补丁程序

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM