Title: CSS Validation Errors in the Default Theme
Last modified: August 19, 2016

---

# CSS Validation Errors in the Default Theme

 *  [canmandom](https://wordpress.org/support/users/canmandom/)
 * (@canmandom)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/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](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](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.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059537)
 * When you say “Default” Theme, do you mean “[Default](http://wordpress.org/extend/themes/default)“,
   or “[TwentyTen](http://wordpress.org/extend/themes/twentyten)“?
 * Oh, nevermind; I see you’re referencing the TwentyTen stylesheet.
 * Those errors all appear to be, basically, browser-prefix properties, which should
   cause no problem with anything whatsoever.
 * What _specific problem_ are you having, that you believe is caused by these CSS
   validation errors?
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059539)
 * p.s. most of those TwentyTen “errors” disappear when you [validate against CSS 3](http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftheconstitutionalistblog.com%2Fwp-content%2Fthemes%2Ftwentyten%2Fstyle.css&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en),
   rather than CSS 2.1.
 * Likewise [with the Plugin](http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftheconstitutionalistblog.com%2Fwp-content%2Fplugins%2Fcount-per-day%2Fcounter.css&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en).
 * (Though I would try to sort out the parse errors, if they’re causing any issues.)
 *  Thread Starter [canmandom](https://wordpress.org/support/users/canmandom/)
 * (@canmandom)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059729)
 * These errors among others came up in a site analises. Once I deactivated several
   of the plugin’s all of the HTML errors disappered but the CSS errors posted remained.
   I followed the link you provided and there are still a number of errors in the
   CSS for the theme and plugin. Although I haven’t noticed any specific problems
   except one of the plugin’s anding a prowered by link (Some UK carpet company)
   below the actual footer. I am just concerned that these errors may be having 
   some effect on getting the site listed more extinsivly than it is. I was also
   having a problem with the tracable social share icons plugin as the demensions
   of the icons was showing up in the posts above the icons. I would like My site
   to be as error free as possable.
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059746)
 * None of the remaining CSS errors should cause any problems whatsoever with search
   engine indexing/listing.
 *  Thread Starter [canmandom](https://wordpress.org/support/users/canmandom/)
 * (@canmandom)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059811)
 * Thank you for that info. It may be asking to much for the plugins to be tested
   against the themes and all errors and warnings in the css and html to be corrected.
   I do not have the knowlage base to correct the problems myself at the moment.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS Validation Errors in the Default Theme’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [canmandom](https://wordpress.org/support/users/canmandom/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/css-validation-errors-in-the-default-theme/#post-2059811)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
