Re: [css3-regions] @region and specificity

fantasai:
>  @region .first {h1 { color: purple; } }
>  h1 { color: blue; }
> 
> The color will be blue, whereas if they write

  h1:region(first) { color: purple; }
  h1 { color: blue; }

> it will be purple,

Received on Sunday, 15 January 2012 12:33:35 UTC