- Added
HTMLCollection.prototype[Symbol.iterator], so you can usefor-ofloops overHTMLCollections now. (@i8-pi) - Fixed
file.lastModifiedto return the current time as the default, instead of0. - Fixed cloning of
Attrs to properly clone the namespace prefix. - Tweaked
XMLHttpRequestprogress event ordering slightly to better match the spec and browsers. - Tweaked the behavior of calling
event.stopPropagationandevent.stopImmediatePropagationon already-dispatched events, per the latest changes to the DOM Standard.