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 18504 - Please refer to appendChild / replaceChild in the "set the value of a new indexed property" algorithm for for HTMLOptionsCollection
Summary: Please refer to appendChild / replaceChild in the "set the value of a new ind...
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-08-08 17:05 UTC by contributor
Modified: 2012-08-27 21:51 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-08-08 17:05:30 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html
Multipage: http://www.whatwg.org/C#htmloptionscollection-0
Complete: http://www.whatwg.org/c#htmloptionscollection-0

Comment:
Please refer to appendChild / replaceChild in the "set the value of a new
indexed property" algorithm for for HTMLOptionsCollection

Posted from: 91.181.148.24 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0
Comment 1 Ms2ger 2012-08-08 17:05:54 UTC
In particular,

| Otherwise, replace the indexth element in the collection by value.

doesn't sound clear to me.
Comment 2 Ian 'Hixie' Hickson 2012-08-27 21:49:39 UTC
I've (indirectly, for now; see bug 12995) hyperlinked "replace" to the definition of "replace" in the DOM Core spec.
Comment 3 contributor 2012-08-27 21:51:02 UTC
Checked in as WHATWG revision r7285.
Check-in comment: Clarify what 'replace' means for a node.
http://html5.org/tools/web-apps-tracker?from=7284&to=7285