Hi Christian, Good to know this is being looked at. I should rethink my assumptions about invalid CSS automatically being a 'relic' :)
Hi Marcin, >The drop-shadow is in CSS2 & CSS3 (as the validator says), so maybe > we can simply add some attribute to HTML to say it's CSS2? Would it > break anything? If it's validated against CSS 2.0 (2.1 is the W3C CSS validator's default, where text-shadow has been dropped due to lack of support), there is no error. So it depends what you validate it against - i.e., http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=0&uri=http%3A%2F%2Fwww.openoffice.org%2Findex.html does not contain this error. So any "Valid CSS" type buttons should point to this URL (validator?profile=css2 instead of validator?profile=css21). > What about "voice-family: inherit"? It makes little sense in screen CSS, > right? Given that both are set to inherit, I don't see what it's doing at all. I've removed those two, and moved div.printbreak to print.css instead. There are no more warnings now. Regards, Ivan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
