65 Commits (master)

Author SHA1 Message Date
Dustin Wilson 1435ecbab3 Doing some cleanup and appeasement of Intelephense, testing is broken 6 months ago
Dustin Wilson f731a3fe00 Node::innerNode is now public faux read only 2 years ago
Dustin Wilson 82770ba859 Mostly implemented HTMLElement, not tested yet 2 years ago
Dustin Wilson 6d8bc49ed8 Added ChildNode::remove, NonElementParentNode 2 years ago
Dustin Wilson e41ece3a0c Added Element::outerText 2 years ago
Dustin Wilson 5e3c3d2ddb Added tests for Element::innerText 2 years ago
Dustin Wilson 30e94ae631 Added Element::innerText, not tested yet 2 years ago
Dustin Wilson 0f9b24ca16 Element::insertAdjacentHTML added & tested 2 years ago
Dustin Wilson ee7ac131f4 Element::innerHTML and Element::outerHTML fully tested 2 years ago
Dustin Wilson ee01a1ab1d Started adding Element::innerHTML and Element::outerHTML 2 years ago
Dustin Wilson 87635ea36d Element fully tested & feature complete 3 years ago
Dustin Wilson 3f3fd89bfa Added in Element::insertAdjacentElement & Element::insertAdjacentText 3 years ago
Dustin Wilson 97eeca54b2 Added Element::webkitMatchesSelector 3 years ago
Dustin Wilson 6e4b846abe Tests pass for Element::matches 3 years ago
Dustin Wilson e3468bbe23 Started on Element::matches 3 years ago
Dustin Wilson b06252318b Tests pass for Element::closest 3 years ago
Dustin Wilson 417825061a Started adding in Element::closest, tests fail 3 years ago
Dustin Wilson 38e5816c21 Added removal of attributes back in, querySelector 3 years ago
Dustin Wilson 4ab67fbdad Added DOMTokenList, added back in tests 3 years ago
Dustin Wilson b5f56b31a6 More tests on Element 3 years ago
Dustin Wilson bb8850064c More tests for Element, found coercion issue in Parser 3 years ago
Dustin Wilson 82c9dac054 Continuing with tests 3 years ago
Dustin Wilson 08d893f1f9 Added namespace constants to Node 3 years ago
Dustin Wilson 8d071e2fc3 Changed InnerDOM namespace to Inner 3 years ago
Dustin Wilson c22a1b54d8 Minor fixes 3 years ago
Dustin Wilson 2525fda748 Document 100% coverage 3 years ago
Dustin Wilson 396e52631b Starting to fill out Document 3 years ago
Dustin Wilson 029f483ee5 Fixing namespace bugs 3 years ago
Dustin Wilson d9ea147932 Many updates, tests fail 3 years ago
Dustin Wilson 6fba662683 Simplified NodeList, added NamedNodeMap 3 years ago
Dustin Wilson afd3644a9a More work on Node::cloneNode 3 years ago
Dustin Wilson 49742a5709 More work on Node::cloneNode 3 years ago
Dustin Wilson 41129ddc07 Upgraded dependencies, added lots of tests for Node 3 years ago
Dustin Wilson ea955e77b9 Starting testing 3 years ago
Dustin Wilson cc3056da45 Added Attr, HTMLCollection 3 years ago
Dustin Wilson 5918e694ea Node fully implemented, not tested 3 years ago
Dustin Wilson 57823fc964 DOMImplementation, DocumentType, etc. 3 years ago
Dustin Wilson 81cc580711 Playing around with wrapper classes 3 years ago
Dustin Wilson bbe22e2e61 Added properties to Document 3 years ago
Dustin Wilson bba1bb2fe8 Added ParentNode::querySelector & ParentNode::querySelectorAll 3 years ago
Dustin Wilson 852d30e62f Added interfaces for Node and CharacterData for inheritance 3 years ago
Dustin Wilson 4bec2ec108 Test fails because of PHP bug, will fix 3 years ago
Dustin Wilson 2e07af4edb Added ChildNode::before, started on a bit of documentation 3 years ago
Dustin Wilson 3819bec4ca Simplified circumventing PHP attribute node bugs 3 years ago
Dustin Wilson 13568ded88 Circumventing PHP attribute node bugs... ugh 3 years ago
Dustin Wilson c5eba977c9 Element 100% code coverage 3 years ago
Dustin Wilson 9fe14c1af1 Manual garbage collection when using class lists 3 years ago
Dustin Wilson b00c7f6e47 Wrangling with class lists 3 years ago
Dustin Wilson 305c04c937 More Element tests 3 years ago
Dustin Wilson 83566256df More code coverage progress 3 years ago