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 20571 - Need to mention the IDL concepts "indexed property setter" and friends
Summary: Need to mention the IDL concepts "indexed property setter" and friends
Status: RESOLVED NEEDSINFO
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: 2013-01-05 11:52 UTC by contributor
Modified: 2013-10-04 21:27 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2013-01-05 11:52:29 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#htmloptionscollection-0
Complete: http://www.whatwg.org/c#htmloptionscollection-0

Comment:
Need to mention the IDL concepts "indexed property setter and such are used.

Posted from: 82.161.179.17 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.5 Safari/537.22
Comment 1 Anne 2013-01-05 11:53:29 UTC
See also bug 20535.
Comment 2 Ian 'Hixie' Hickson 2013-03-06 22:37:48 UTC
I have no idea what's being requested here.
Comment 3 Anne 2013-03-07 11:05:35 UTC
HTMLOptionsCollection uses various IDL concepts that are not referenced.
Comment 4 Ian 'Hixie' Hickson 2013-04-12 23:04:44 UTC
Why does anything need referencing? I still don't understand. What concept is not referenced that needs to be referenced? Did WebIDL change at some point?
Comment 5 Anne 2013-04-13 08:18:25 UTC
The terms "set the value of an existing indexed property" and "determine the value of an indexed property" are not used. However, maybe IDL should not require specific names here but just an algorithm that goes with the IDL block.
Comment 6 Ian 'Hixie' Hickson 2013-06-03 20:47:40 UTC
I don't understand. Isn't this behaviour just inherited from HTMLCollection?

Can you be more explicit about what you want to have changed? I really don't understand what you want changed here. As far as I can tell, the only thing this interface introduces is "set the value of a new indexed property", which I reference directly, and the named property getter, etc, use named operations.
Comment 7 Ian 'Hixie' Hickson 2013-10-04 21:27:47 UTC
Ms2ger points out that my creator is also a setter, so I've added "set the value of an existing indexed property". Is that sufficient?
Comment 8 contributor 2013-10-04 21:27:55 UTC
Checked in as WHATWG revision r8212.
Check-in comment: WebIDL doesn't default 'setter' to 'creator' (HTMLOptionsCollection)
http://html5.org/tools/web-apps-tracker?from=8211&to=8212