Re: [CSS-X] style sets and style systems isolation

>    style-set: "std-calendar"; /* name of style set above */

This looks like just another variant of the rendering time variables
in CSS frequently requested proposal.

> #myblog .right-sidebar input[type="calendar"]

If you are using inconsistent styling for different calendars on the
same page, you should probably use id on each calendar.  If you are using
consistent styling, simply prefixing each rule with input[type="calendar"]
seems to me to be sufficient.

> One style set can be derived from another one:
> 
> @set my-calendar < std-calendar

This looks like you are trying to provide an alternative mechanism
for cascading.

Received on Sunday, 11 February 2007 17:45:49 UTC