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 19609 - Setter and creator on DOMStringMap are the same operation and should be flagged as such
Summary: Setter and creator on DOMStringMap are the same operation and should be flagg...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 18:24 UTC by contributor
Modified: 2013-01-26 01:14 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-10-18 18:24:41 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html
Multipage: http://www.whatwg.org/C#dom-domstringmap-setitem
Complete: http://www.whatwg.org/c#dom-domstringmap-setitem

Comment:
Setter and creator on DOMStringMap are the same operation and should be
flagged as such

Posted from: 173.48.30.113 by bzbarsky@mit.edu
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/19.0 Firefox/19.0
Comment 1 Boris Zbarsky 2012-10-18 18:25:02 UTC
So:

  setter creator void (DOMString name, DOMString value);
Comment 2 contributor 2013-01-26 01:14:26 UTC
Checked in as WHATWG revision r7657.
Check-in comment: Make bz happier about this IDL.
http://html5.org/tools/web-apps-tracker?from=7656&to=7657