0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 5 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More tests. More... about 16 years ago
Fix gotDescendants. More... about 16 years ago
Fix gotDescendants. More... about 16 years ago
Add test runner. More... about 16 years ago
Add test runner. More... about 16 years ago
Use html5lib for parsing to preserve whitespace. More... about 16 years ago
Use html5lib for parsing to preserve whitespace. More... about 16 years ago
Removing error checking is impossible given compat. restraints. More... about 16 years ago
Removing error checking is impossible given compat. restraints. More... about 16 years ago
Add note about there only ever being one doctype node in a document in HTML and XML. More... about 16 years ago
Add note about there only ever being one doctype node in a document in HTML and XML. More... about 16 years ago
Regen spec More... about 16 years ago
Regen spec More... about 16 years ago
Add comment about <…> in createElement. More... about 16 years ago
Add comment about <…> in createElement. More... about 16 years ago
Update DOMException constants to match current Web IDL More... about 16 years ago
Update DOMException constants to match current Web IDL More... about 16 years ago
Add a whole bunch more tests. More... about 16 years ago
Add a whole bunch more tests. More... about 16 years ago
Apparently tests are nice. More... about 16 years ago
Apparently tests are nice. More... about 16 years ago
Per DOM Level 3 Core with createElementNS, if namespaceURI is "http://www.w3.org/2000/xmlns/" and neither qualifiedName nor prefix is "xmlns", a NAMESPACE_ERR exception should be thrown. More... about 16 years ago
Per DOM Level 3 Core with createElementNS, if namespaceURI is "http://www.w3.org/2000/xmlns/" and neither qualifiedName nor prefix is "xmlns", a NAMESPACE_ERR exception should be thrown. More... about 16 years ago
Don't raise WRONG_DOCUMENT_ERR when calling DOMImplementation.createDocument with a doctype created with another implementation. More... about 16 years ago
Don't raise WRONG_DOCUMENT_ERR when calling DOMImplementation.createDocument with a doctype created with another implementation. More... about 16 years ago
Add comments to some of the more complex tests to make it obvious what they are testing. More... about 16 years ago
Add comments to some of the more complex tests to make it obvious what they are testing. More... about 16 years ago
Add another constraint from DOM Level 3 Core (createElementNS with xml/xmlns when namespace is wrong), and update tests. More... about 16 years ago
Add another constraint from DOM Level 3 Core (createElementNS with xml/xmlns when namespace is wrong), and update tests. More... about 16 years ago
Update tests to reflect the previous change to the spec. More... about 16 years ago