On Tue, Jun 30, 2009 at 4:38 PM, MEM<[email protected]> wrote: > Sorry really. I thought you are talking about CSS validation only, so I was > primarily concerning with that. The xhtml will also be validated on future > posts.
I think you've got it backwards. Valid html/xhtml is actually more important than valid CSS. You should be testing your markup for validation early and often. After all the CSS specs assume valid html/xhtml. The CSS rules don't even logically apply to invalid html, although most browsers will try anyway. -- Ed Seedhouse ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
