This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27705 - Extended attribute "Exposed" should use parentheses
Summary: Extended attribute "Exposed" should use parentheses
Status: NEW
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-26 19:34 UTC by Rainer Schuster
Modified: 2017-03-06 07:04 UTC (History)
2 users (show)

See Also:


Attachments

Description Rainer Schuster 2014-12-26 19:34:17 UTC
In several locations

Exposed=Window,Worker

is used, which would mean two extended attributes.

Instead

Exposed=(Window,Worker)

should be used.
Comment 1 Arun 2015-10-19 16:25:58 UTC
This is now https://github.com/w3c/FileAPI/issues/21