I am trying to validate a new website I am developing against the w3.org CSS 2.1 validator and I am getting the following validation errors.
They appear to be related to RadWindow. I have created a custom skin to see if I could remove the CSS code causing the failures but no luck. Any other ideas out there?
W3C CSS Validator results for http://beta.khp.org/default.aspx (CSS level 2.1)
Sorry! We found the following errors (11)
URI : http://beta.khp.org/WebResource.axd?d=dvOjN1zPPZSPrMQOh8lxNtNXxtfzL1yxHzl7YZGYBlIAu0nibvqQVvTbHLpn3IiH0&t=633506004070402858
40 | div.radwindow table td.titlebar | Property -moz-user-select doesn't exist : none |
58 | div.radwindow td.statusbar input | Property -moz-user-select doesn't exist : none |
59 | div.radwindow td.statusbar input | Property text-overflow doesn't exist in CSS level 2.1 but exists in [css3] : ellipsis |
75 | div.radwindow td.statusbar span.statustext | Property -moz-user-select doesn't exist : none |
112 | div.radwindow table.titlebarcontrols em | Property text-overflow doesn't exist in CSS level 2.1 but exists in [css3] : ellipsis |
139 | div.radwindow.inactivewindow, div.radwindow.inactivewindow | attempt to find a semi-colon before the property name. add it |
139 | div.radwindow.inactivewindow, div.radwindow.inactivewindow | Property progid doesn't exist : DXImageTransform |
139 | div.radwindow.inactivewindow, div.radwindow.inactivewindow | Parse Error DXImageTransform.Microsoft.Alpha(opacity=70) !important; |
140 | opacity | Parse Error opacity: .7 !important; |
140 | -moz-opacity | Parse Error -moz-opacity: .7 !important; |
148 | -moz-opacity | Parse error - Unrecognized } |
They appear to be related to RadWindow. I have created a custom skin to see if I could remove the CSS code causing the failures but no luck. Any other ideas out there?