1. 1
  2. 2
  3. 3
Revision Title Comment Author

en-US
HTMLShadowElement Web/API/HTMLShadowElement Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
HTMLContentElement.getDistributedNodes() Web/API/HTMLContentElement/getDistributedNodes Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
HTMLContentElement.select Web/API/HTMLContentElement/select Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
HTMLContentElement Web/API/HTMLContentElement Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event() Web/API/Event/Event `scoped` is nonstandard and should not be given top billing DomenicDenicola

en-US
<shadow> Web/HTML/Element/Shadow Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Shadow DOM Web/Web_Components/Shadow_DOM Reference the DOM standard for aspects defined there DomenicDenicola

en-US
Web Components Web/Web_Components Update spec references DomenicDenicola

en-US
<content> Web/HTML/Element/content Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Text Web/API/Text Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Element Web/API/Element Remove shadow DOM spec where applicable (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Server-sent events Web/API/Server-sent_events Remove server-sent events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent.initProgressEvent() Web/API/ProgressEvent/initProgressEvent Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent.total Web/API/ProgressEvent/total Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent.loaded Web/API/ProgressEvent/loaded Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent.lengthComputable Web/API/ProgressEvent/lengthComputable Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent() Web/API/ProgressEvent/ProgressEvent Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ProgressEvent Web/API/ProgressEvent Remove Progress Events spec (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
DOM Glossary/DOM Point to modern DOM spec DomenicDenicola

en-US
Attr.localName Web/API/Attr/localName Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Element.localName Web/API/Element/localName Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
MutationRecord Web/API/MutationRecord Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
MutationRecord Web/API/MutationRecord Technical review completed. DomenicDenicola

en-US
ChildNode.remove() Web/API/ChildNode/remove Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
ParentNode Web/API/ParentNode Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
CDATASection Web/API/CDATASection Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Element.querySelector() Web/API/Element/querySelector Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Document.documentURI Web/API/Document/documentURI Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Node.childNodes Web/API/Node/childNodes Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
HTMLCollection Web/API/HTMLCollection Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
NodeList Web/API/NodeList Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Node.firstChild Web/API/Node/firstChild Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.cancelable Web/API/Event/cancelable Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.bubbles Web/API/Event/bubbles Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.stopImmediatePropagation() Web/API/Event/stopImmediatePropagation Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.preventDefault() Web/API/Event/preventDefault Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.defaultPrevented Web/API/Event/defaultPrevented DomenicDenicola

en-US
MutationObserver Web/API/MutationObserver DomenicDenicola

en-US
Node.lastChild Web/API/Node/lastChild Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Event.type Web/API/Event/type Remove DOM4 (https://github.com/mozilla/kumascript/pull/220) DomenicDenicola

en-US
Data URLs Web/HTTP/Basics_of_HTTP/Data_URIs URI -> URL DomenicDenicola

en-US
Custom Elements Web/Web_Components/Custom_Elements Update example and intro; this article is still not great in many ways DomenicDenicola

en-US
requestIdleCallback Web/API/Window/requestIdleCallback Fix casing of window DomenicDenicola

en-US
TypedArray.prototype.includes() Web/JavaScript/Reference/Global_Objects/TypedArray/includes Update browser support matrix and spec link DomenicDenicola

en-US
Array.prototype.includes() Web/JavaScript/Reference/Global_Objects/Array/includes Update spec link DomenicDenicola

en-US
Array.prototype.includes() Web/JavaScript/Reference/Global_Objects/Array/includes Update browser support matrix DomenicDenicola

en-US
Array.prototype.includes() Web/JavaScript/Reference/Global_Objects/Array/includes Remove inaccurate throw DomenicDenicola

en-US
TypedArray.prototype.includes() Web/JavaScript/Reference/Global_Objects/TypedArray/includes Explain why `new Uint8Array([NaN]).includes(NaN)` is `false` DomenicDenicola

en-US
Element.matches() Web/API/Element/matches DomenicDenicola

en-US
Element.matches() Web/API/Element/matches DomenicDenicola
  1. 1
  2. 2
  3. 3