CSS 2.1 Validation Failure With Default Install Theme

Permalink
Hi All,

New to Concrete 5 but not to php/html/css. Have validated W3C XHTML fine with a tweak for the default white template that comes with the latest version of C5 but when I run the CSS 2.1 W3C validator for the same theme, it fails with 3 errors within the ccm_base.css file.

Is this a known issue as I had a look round the forums and couldn't find a post on it? If it's not does anyone know if this is something that might be addressed in a future release?

The errors reported are:
28 div#ccm-overlay Parse Error opacity=70)
29 div#ccm-overlay Property -moz-opacity doesn't exist : 0.7 0.7
30 div#ccm-overlay Property opacity doesn't exist in CSS level 2.1 but exists in : 0.7 0.7


Thanks loads

 
WebcentricLtd replied on at Permalink Reply
best thing to do is probably report it.
I had noticed this but had ignored it. I validate all my pages and stylesheets for accessibility reasons and figured that this was only a minor issue as it won't really affect anything accessibility wise in the browser. But strictly speaking everything should validate and it should really be fixed.