[Bug 24959] "Exposed=Window,Worker" will be parsed to 2 extended attributes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24959

--- Comment #12 from Dirk Schulze <dschulze@adobe.com> ---
(In reply to Boris Zbarsky from comment #11)
> Dirk, what is the grammar that you'd propose, exactly?  I'd like to see
> whether it's actually simpler than the grammar that ended up in the spec... 
> I assume you can just copy the grammar rules the Blink or WebKit IDL parser
> uses for extended attributes here.

To take:

    Exposed=(Window,Worker, Global)

as example, it would look like this in WebKit and Blink:

    Exposed=Window&Worker&Global

I do not advocate '&' as the separator of choice, even though I think it makes
sense.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 23 July 2014 07:19:58 UTC