Re: [css-regions] Changed @region rule to ::region() pseudo-element

On May 20, 2013, at 3:57 AM, François REMY <francois.remy.dev@outlook.com> wrote:

>        ::region(>strong) {
>            abc: def;
>            abc: def;
>            @where :hover {
>                abc: def;
>                abc: def;
>            }
>        }

I take this to mean '::region(>strong) :hover'. But how to do the embedding for '::region(>strong):hover' or '::region(>strong :hover)' or '::region(>strong:hover)'? The @rule didn't suffer this lack of clarity.

Received on Monday, 20 May 2013 13:30:22 UTC