Re: [selectors] what is the combinator '/' IDENT '/'

On 21/05/2014 14:10, Raffaello Giulietti wrote:
> Hello,
>
> in "http://dev.w3.org/csswg/selectors/#grammar", the production for
> combinator reads:
>
> combinator
>       /* combinators can be surrounded by whitespace */
>       : S+ | S* [ '>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
>       ;
>
> Just wondering what the branch '/' IDENT '/' stands for. There seems to
> be no description for it.

It’s the reference combinator, which was deferred to Level 5. I just 
removed the remaining grammar bit from the level 4 draft. Thanks!

http://dev.w3.org/csswg/selectors/deferred-for-level-5


-- 
Simon Sapin

Received on Wednesday, 21 May 2014 13:33:27 UTC