[whatwg] form.elementName does not return RadioNodeList

http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-nameditem

says to return a live NodeList

where as

http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#dom-htmlformcontrolscollection-nameditem

says to return a RadioNodeList

This is inconsistent. Personally to me, returning a RadioNodeList on the
form namedItem getter makes sense.

Received on Friday, 20 January 2012 05:48:22 UTC