62 #cboxWrapper Property -moz-border-radius doesn't exist : 5px 5px
63 #cboxWrapper Property -webkit-border-radius doesn't exist : 5px 5px
102 #cboxTitle Value Error : background rgba(255,255,255,0.7) is not a background value : rgba(255,255,255,0.7) rgba(255,255,255,0.7)

should these be reported to colorbox library or here?

--
Los Angeles Web Design and development for Drupal.

Comments

frjo’s picture

Category: bug » support
Status: Active » Closed (won't fix)

It should be reported here since they are part of the default style that comes with this module, not the plugin it self.

The -moz and -webkit attributes are vendor specific extensions and that’s the reason they don't validate, rgba is not yet a official W3C recommendation.

I made a decision last year to start using CSS3. Modern browsers support CCS3, including the experimental attributes like above. It's so mush nicer to work with and it won't stop Internet Explorer 7/8 from accessing the site, it will just be a little duller.

Read more about this at The Big CSS3 Validation Debate - CSS3 . Info.

nicholas.alipaz’s picture

ah, ok. Well do you think maybe these should be removed from the css and applied via javascript. That would solve the issue and allow for true validation.
--
Los Angeles Web Design and development for Drupal.

nicholas.alipaz’s picture

Status: Closed (won't fix) » Active

I just want to reopen this to get an answer on my last question. Seems this might not catch anyones attention if it is closed.

frjo’s picture

Status: Active » Closed (won't fix)

I don't plan to remove them, I believe the validation services does wrong by marking them as errors, I believe "experimental" would be more correct.

I'm a strong believer in following open standards but I also don't mind using "experimental" code if it doesn't harm any users.