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 27988 - Get rid of the separate concepts of "setters" and "creators"
Summary: Get rid of the separate concepts of "setters" and "creators"
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 26521
  Show dependency treegraph
 
Reported: 2015-02-09 20:56 UTC by Boris Zbarsky
Modified: 2015-04-17 19:25 UTC (History)
2 users (show)

See Also:


Attachments

Description Boris Zbarsky 2015-02-09 20:56:03 UTC
In practice, every single "setter" in the platform is also a "creator" and vice versa.  All four of them (DOMStringMap, HTMLOptionsCollection, HTMLSelectElement, and Storage).

This would allow some simplifications to [[DefineOwnProperty]] and the [[Set]] that we need to define in bug 26521.