CSS Validation Errors in the Default Theme
-
When I validate the Default theme I recive the following CSS validaton Errors with the theme. URI : http://theconstitutionalistblog.com/wp-content/themes/twentyten/style.css
312 input[type=”text”], textarea Property box-shadow doesn’t exist in CSS level 2.1 but exists in : inset 1px 1px 1px rgba(0,0,0,0.1) inset 1px 1px 1px rgba(0,0,0,0.1)
313 input[type=”text”], textarea Property -moz-box-shadow doesn’t exist : inset 1px 1px 1px rgba(0,0,0,0.1) inset 1px 1px 1px rgba(0,0,0,0.1)
314 input[type=”text”], textarea Property -webkit-box-shadow doesn’t exist : inset 1px 1px 1px rgba(0,0,0,0.1) inset 1px 1px 1px rgba(0,0,0,0.1)
404 #access ul ul Property box-shadow doesn’t exist in CSS level 2.1 but exists in : 0 3px 3px rgba(0,0,0,0.2) 0 3px 3px rgba(0,0,0,0.2)
405 #access ul ul Property -moz-box-shadow doesn’t exist : 0 3px 3px rgba(0,0,0,0.2) 0 3px 3px rgba(0,0,0,0.2)
406 #access ul ul Property -webkit-box-shadow doesn’t exist : 0 3px 3px rgba(0,0,0,0.2) 0 3px 3px rgba(0,0,0,0.2)
596 Unknown pseudo-element or pseudo-class :last-child
948 Unknown pseudo-element or pseudo-class :last-child
956 Unknown pseudo-element or pseudo-class :last-child
959 Unknown pseudo-element or pseudo-class :last-child
1255 pre Property -webkit-text-size-adjust doesn’t exist : 140% 140%
1258 code Property -webkit-text-size-adjust doesn’t exist : 160% 160%
1265 #access, .entry-meta, .entry-utility, .navigation, .widget-area Property -webkit-text-size-adjust doesn’t exist : 120% 120%
1268 #site-description Property -webkit-text-size-adjust doesn’t exist : none none
How do I correct the problem I also recieved CSS errors with one of the plugins as follows.URI : http://theconstitutionalistblog.com/wp-content/plugins/count-per-day/counter.css
30 .cpd_settings fieldset Property border-radius doesn’t exist in CSS level 2.1 but exists in : 6px 6px
31 .cpd_settings fieldset Property -moz-border-radius doesn’t exist : 6px 6px
32 .cpd_settings fieldset Property -webkit-border-radius doesn’t exist : 6px 6px
37 .cpd_settings legend Property border-radius doesn’t exist in CSS level 2.1 but exists in : 10px 10px
38 .cpd_settings legend Property -moz-border-radius doesn’t exist : 10px 10px
39 .cpd_settings legend Property -webkit-border-radius doesn’t exist : 10px 10px
42 .cpd_settings legend Property text-shadow doesn’t exist in CSS level 2.1 but exists in : 0 1px 0 #fff 0 1px 0 #fff
51 #cpd-flot-place Property border-radius doesn’t exist in CSS level 2.1 but exists in : 6px 6px
70 #cpd-tooltip Property border-radius doesn’t exist in CSS level 2.1 but exists in : 4px 4px
72 #cpd-tooltip Property box-shadow doesn’t exist in CSS level 2.1 but exists in : 3px 3px 4px rgba(0,0,0,0.4) 3px 3px 4px rgba(0,0,0,0.4)
79 .cpd-list-chart Value Error : background Too many values or values are not recognized : -moz-linear-gradient(top,#ccc 0,#fff 80%) -moz-linear-gradient(top,#ccc 0,#fff 80%)
80 .cpd-list-chart Value Error : background Too many values or values are not recognized : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(80%,#fff)) -webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(80%,#fff))
90 .cpd-dashboard .cpd_front_list Property overflow-y doesn’t exist in CSS level 2.1 but exists in : auto auto
133 .cpd_widget_item Property border-radius doesn’t exist in CSS level 2.1 but exists in : 4px 4px
I do not know if these are seperate issues or have a cause and effect on each other. I had to delete or deactivate several plug-ins do to HTML errors that they were causing along with CSS Errors.
I would like to fix theses issues as I would like to use the plugins.
The topic ‘CSS Validation Errors in the Default Theme’ is closed to new replies.