- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Sun, 15 Jan 2012 13:32:39 +0100
- To: www-style list <www-style@w3.org>
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