Thursday, 23 June 2016
- [Bug 25412] Allow some recursion in NodeIterator/TreeWalker
- [Bug 22960] Document, XMLDocument, HTMLDocument, oh my
- [Bug 25529] Cloning should be atomic
- [Bug 27650] Add range.insert(nodes...)
- [Bug 25002] Event.returnValue
- [Bug 20567] Change [[Prototype]] for concept-node-adopt?
- [Bug 20713] Consider defining window.event and Event.srcElement
- [Bug 27386] Removing createCDATASection() unlikely to be successful
- [Bug 28097] surroundContents should check host-inclusive
- [Bug 28107] TreeWalker nextNode never ascends the tree
- [Bug 27114] Make DOMTokenList constructible
Friday, 10 June 2016
Monday, 6 June 2016
Thursday, 2 June 2016
- [Bug 29386] Account for WindowProxy (window proxy)
- [Bug 27822] Define the [[Prototype]] of the interface object of an interface whose parent has NoInterfaceObject
- [Bug 23133] Hook up interface object proto chains as if they were ES6 classes
- [Bug 27381] Basing Object.observe() for IDL objects on internal slots
- [Bug 25300] WebIDL needs to be updated to new terminology around script settings objects
- [Bug 20493] [Custom]: Need to define, not set the "constructor" property on element prototype.
- [Bug 20653] need a way for Web Components to cause new interface objects to exist dynamically
- [Bug 24732] Remove DOMError from FileAPI
- [Bug 21740] Guidance on DOMError and promises
- [Bug 27874] Microtasks and callbacks run from a queued task
- [Bug 17713] Exceptions thrown from event handlers should not be propagated
- [Bug 25138] "Invoking callback functions"
- [Bug 17713] Exceptions thrown from event handlers should not be propagated
- [Bug 24403] WebIDL callbacks should probably default to pushing a new entry settings object
- [Bug 23780] Check XMLHttpRequest and Notification don' t break given the new script settings object stuff
- [Bug 18242] Not clear what "script that invoked the method" means exactly in the case of e.g. a.setTimeout(b.postMessage, 0) // called from c
- [Bug 28979] iterable declaration and forEach ECMAScript binding issues
- [Bug 28978] The order of forEach() parameters for iterable declaration is inconsistent with other definitions