Bobby Jack wrote: > It's a shame that there's no concept of 'inheritance' in CSS that > would allow grouping of, for example, headings (h1-h6) or lists (ul, > ol, dl).
AFAIK, the W3C CSS WG is open for suggestions. If enough people suggest something along the same lines, and can back it up, they may get through - eventually. <http://lists.w3.org/Archives/Public/www-style/> OTOH: usually when a group becomes sufficiently large to warrant selector-grouping, it is more efficient to target the few exceptions and apply general styles to everything else - including the group. Clever targeting down the selector chains also goes a long way when we want grouping, in most cases. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
