The W3C Validator reported the following errors at CSS Level 2.1:


URI : http://www.tellmeaboutlinux.com/modules/system/system-behavior.css?S0
86 	.form-textarea-wrapper textarea 	Property -webkit-box-sizing doesn't exist : border-box border-box
87 	.form-textarea-wrapper textarea 	Property -moz-box-sizing doesn't exist : border-box border-box
88 	.form-textarea-wrapper textarea 	Property box-sizing doesn't exist in CSS level 2.1 but exists in : border-box border-box
149 	.progress .bar 	Property border-radius doesn't exist in CSS level 2.1 but exists in : 3px 3px
150 	.progress .bar 	Property -moz-border-radius doesn't exist : 3px 3px
151 	.progress .bar 	Property -webkit-border-radius doesn't exist : 3px 3px
URI : http://www.tellmeaboutlinux.com/sites/all/themes/genesis/genesis/css/layout.css?S0
87 	.clear, #main-menu-wrapper, #secondary-menu-wrapper, #columns, #breadcrumb, #secondary-content, #tertiary-content, #footer-wrapper, #footer 	Parse Error [,]
URI : http://www.tellmeaboutlinux.com/sites/all/themes/genesis/genesis/css/messages.css?S0
93 		Unknown pseudo-element or pseudo-class :last-child
94 		Unknown pseudo-element or pseudo-class :last-child 

For CSS Level 3.0, the validator reported the following errors:


URI : http://www.tellmeaboutlinux.com/modules/system/system-behavior.css?S0
86 	.form-textarea-wrapper textarea 	Property -webkit-box-sizing doesn't exist : border-box border-box
87 	.form-textarea-wrapper textarea 	Property -moz-box-sizing doesn't exist : border-box border-box
150 	.progress .bar 	Property -moz-border-radius doesn't exist : 3px 3px
151 	.progress .bar 	Property -webkit-border-radius doesn't exist : 3px 3px
URI : http://www.tellmeaboutlinux.com/sites/all/themes/genesis/genesis/css/layout.css?S0
87 	.clear, #main-menu-wrapper, #secondary-menu-wrapper, #columns, #breadcrumb, #secondary-content, #tertiary-content, #footer-wrapper, #footer 

Comments

Jeff Burnz’s picture

Status: Active » Fixed

:last-child is valid CSS3

The parse error is a single comma in the last line of layout.css, not really a big deal but its fixed now.

All the rest pertain to Drupal core.

billsdesk’s picture

I just did one cut and paste, and did not edit out the Drupal core errors. I still have to report that error, as I was falling asleep at the keyboard when I reported the error. Before I forget, I need to report those errors. Just finished the RDF errors.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.