[whatwg] getValues on PropertyNodeList is now redundant
Ojan Vafai
ojan at chromium.org
Fri Mar 30 14:21:42 PDT 2012
http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#propertynodelist
DOM4 now has NodeList inherit from Array (see
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-nodelist).
As such, the getValues function is no longer useful. PropertyNodeList
should just be a regular NodeList.
Ojan
More information about the whatwg
mailing list