With date popup I have some css validation errors:

URI : http://www.mindenice.fr:88/sites/mindenice.fr/modules/date/date_popup/themes/timeentry.css?h
11 	.timeEntry 	Propriété érronée : background-color none n'est pas une valeur de color : none 

This is because background-color: none is not css compliant.

And this one :

URI : http://www.mindenice.fr:88/sites/mindenice.fr/modules/date/date_popup/themes/datepicker.css?h
177 	.ui-datepicker-cover 	Erreur lors de l'analyse grammaticale. mask() 

I think the mask() property that is a fix for IE6 is incorrect.

I could edit this myself but then I'll have issues for future date upgrades :)

Thanks

Comments

Varenne’s picture

I discovered the same two.

URI : http://crc-stc.com/sites/all/modules/date/date_popup/themes/datepicker.css?G
177 	.ui-datepicker-cover 	Parse Error mask()

Fix: Mask value cannot be empty, specify a value?


URI : http://crc-stc.com/sites/all/modules/date/date_popup/themes/timeentry.css?G
11 	.timeEntry 	Value Error : background-color none is not a color value : none

Fix: Change value to transparent?

I reviewed the date pop-up in IE 7 but could not determine exactly where this is being used, I prefer not to have to install older versions of IE to test this.

Bevan’s picture

karens’s picture

Status: Active » Fixed

The issue marked duplicate had better information in it, but anyway I fixed the background-color error.

Status: Fixed » Closed (fixed)

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