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 18421 - Cycle language about dictionaries needs s/interface/dictionary/
Summary: Cycle language about dictionaries needs s/interface/dictionary/
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC Windows 3.1
: P2 minor
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 01:46 UTC by Boris Zbarsky
Modified: 2012-12-10 05:20 UTC (History)
2 users (show)

See Also:


Attachments

Description Boris Zbarsky 2012-07-27 01:46:20 UTC
In http://dev.w3.org/2006/webapi/WebIDL/#idl-dictionaries there's this text:

  A dictionary MUST NOT be declared such that its inheritance hierarchy has a
  cycle. That is, an interface A cannot inherit from itself, nor can it inherit
  from another interface B that inherits from A, and so on. 

That needs some s/interface/dictionary/
Comment 1 Cameron McCormack 2012-12-10 05:20:46 UTC
Thanks, fixed, and also in the Exceptions section.