On Sat, Mar 12, 2011 at 12:04 AM, Andy Allan <[email protected]> wrote:
> Rules are parsed in order and applied in order - it's the way that CSS
> works too. Later rules can override ones set earlier.

Normal CSS also has some rules about specificity though, right?

banner.h3 { background: red; }

h3 { background: blue; }

The background of an h3 element in a div with class 'banner' is red.

Does (or will) MapCSS have anything like that?

Steve

_______________________________________________
Potlatch-dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/potlatch-dev

Reply via email to