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 23273 - dictionary can not be used for a type in WebIDL
Summary: dictionary can not be used for a type in WebIDL
Status: RESOLVED FIXED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: David Burns :automatedtester
QA Contact: Browser Testing and Tools WG
URL: https://dvcs.w3.org/hg/webdriver/raw-...
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2013-09-18 11:45 UTC by David Burns :automatedtester
Modified: 2013-12-18 00:43 UTC (History)
1 user (show)

See Also:


Attachments

Description David Burns :automatedtester 2013-09-18 11:45:14 UTC
"dictionary" cannot be used as a type for an attribute. I haven't looked
at it in any depth, but you either need to define a dictionary
separately with a list of well-known members, or you need to reference a
[MapClass] interface.
Comment 1 David Burns :automatedtester 2013-12-18 00:43:58 UTC
fixed in https://dvcs.w3.org/hg/webdriver/rev/b0de9b522e46 and reviewed by heycam (webIDL editor)