openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DOM Parsing and Serialization
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
over 5 years
ago.
Aug 18, 2019 — Aug 18, 2020
Showing page 18 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
More tests.
Geoffrey Sneddon
More...
about 16 years ago
Fix gotDescendants.
Geoffrey Sneddon
More...
about 16 years ago
Fix gotDescendants.
Geoffrey Sneddon
More...
about 16 years ago
Add test runner.
Geoffrey Sneddon
More...
about 16 years ago
Add test runner.
Geoffrey Sneddon
More...
about 16 years ago
Use html5lib for parsing to preserve whitespace.
Geoffrey Sneddon
More...
about 16 years ago
Use html5lib for parsing to preserve whitespace.
Geoffrey Sneddon
More...
about 16 years ago
Removing error checking is impossible given compat. restraints.
Geoffrey Sneddon
More...
about 16 years ago
Removing error checking is impossible given compat. restraints.
Geoffrey Sneddon
More...
about 16 years ago
Add note about there only ever being one doctype node in a document in HTML and XML.
Geoffrey Sneddon
More...
about 16 years ago
Add note about there only ever being one doctype node in a document in HTML and XML.
Geoffrey Sneddon
More...
about 16 years ago
Regen spec
Geoffrey Sneddon
More...
about 16 years ago
Regen spec
Geoffrey Sneddon
More...
about 16 years ago
Add comment about <…> in createElement.
Geoffrey Sneddon
More...
about 16 years ago
Add comment about <…> in createElement.
Geoffrey Sneddon
More...
about 16 years ago
Update DOMException constants to match current Web IDL
Geoffrey Sneddon
More...
about 16 years ago
Update DOMException constants to match current Web IDL
Geoffrey Sneddon
More...
about 16 years ago
Add a whole bunch more tests.
Geoffrey Sneddon
More...
about 16 years ago
Add a whole bunch more tests.
Geoffrey Sneddon
More...
about 16 years ago
Apparently tests are nice.
Geoffrey Sneddon
More...
about 16 years ago
Apparently tests are nice.
Geoffrey Sneddon
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.
Geoffrey Sneddon
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.
Geoffrey Sneddon
More...
about 16 years ago
Don't raise WRONG_DOCUMENT_ERR when calling DOMImplementation.createDocument with a doctype created with another implementation.
Geoffrey Sneddon
More...
about 16 years ago
Don't raise WRONG_DOCUMENT_ERR when calling DOMImplementation.createDocument with a doctype created with another implementation.
Geoffrey Sneddon
More...
about 16 years ago
Add comments to some of the more complex tests to make it obvious what they are testing.
Geoffrey Sneddon
More...
about 16 years ago
Add comments to some of the more complex tests to make it obvious what they are testing.
Geoffrey Sneddon
More...
about 16 years ago
Add another constraint from DOM Level 3 Core (createElementNS with xml/xmlns when namespace is wrong), and update tests.
Geoffrey Sneddon
More...
about 16 years ago
Add another constraint from DOM Level 3 Core (createElementNS with xml/xmlns when namespace is wrong), and update tests.
Geoffrey Sneddon
More...
about 16 years ago
Update tests to reflect the previous change to the spec.
Geoffrey Sneddon
More...
about 16 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree