- From: <bugzilla@jessica.w3.org>
- Date: Fri, 02 May 2014 08:10:08 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24959
--- Comment #2 from Nils Barth <nbarth+w3bugzilla@google.com> ---
Actually, how about making it a tuple, i.e., surrounding it in ()?
That just requires changing ExtendedAttributeIdentList
...from:
ExtendedAttributeIdentList → identifier "=" IdentifierList
...to:
ExtendedAttributeIdentList → identifier "=" "(" IdentifierList ")"
...and then allowing both ExtendedAttributeIdent and
ExtendedAttributeIdentList.
Thus we could unambiguously write
[Exposed=(Window, Worker), Global]
...or:
[Exposed=Window, Global]
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 2 May 2014 08:10:09 UTC