[Bug 27705] New: Extended attribute "Exposed" should use parentheses

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

            Bug ID: 27705
           Summary: Extended attribute "Exposed" should use parentheses
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: rainer.schuster@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org

In several locations

Exposed=Window,Worker

is used, which would mean two extended attributes.

Instead

Exposed=(Window,Worker)

should be used.

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

Received on Friday, 26 December 2014 19:34:18 UTC