You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that nodom is sort of internal utility belt for re:dom, but I would like to use it for my testing purposes (where I can't use neither phantomjs, nor jsdom). So far all works great and as expected for me except that it has some issues:
tagName is lower-cased while according to specs it should be either as is (XML) or upcased (HTML)
missing nodeName
document does not have childNodes getter.
I'm fine to work on PR, but would like to know if changes like the above are ever have chances to be merged in.
The text was updated successfully, but these errors were encountered:
@ixti Have you seen Raynos/min-document or fgnass/domino? At first glance it seems like the former might work for you, but if not, the latter is more spec-complete.
I understand that nodom is sort of internal utility belt for re:dom, but I would like to use it for my testing purposes (where I can't use neither phantomjs, nor jsdom). So far all works great and as expected for me except that it has some issues:
tagName
is lower-cased while according to specs it should be either as is (XML) or upcased (HTML)nodeName
document
does not havechildNodes
getter.I'm fine to work on PR, but would like to know if changes like the above are ever have chances to be merged in.
The text was updated successfully, but these errors were encountered: