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

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

            Bug ID: 24959
           Summary: "Exposed=Window,Worker" will be parsed to 2 extended
                    attributes
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: haustein@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

http://heycam.github.io/webidl/#Exposed

[[
Exposed=Window,Worker
]]

If I understand the grammar correctly, this is parsed to two different extended
attributes, "Exposed=Window" and "Worker", see
http://heycam.github.io/webidl/#prod-ExtendedAttribute

I assume this is not intended here. Perhaps use a different delimiter, e.g. ';'
or whitespace?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 6 March 2014 18:35:59 UTC