ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

Modify isNode to return true for document fragments #85

Closed kwamenum86 closed 12 years ago

kwamenum86 commented 12 years ago

It turns out to be useful to treat document fragments like nodes. Brings bonzo API closer to parity with native DOM's API e.g. appending a document fragment to an HTMLElement is allowed and expected.

ded commented 12 years ago

this is wise. thanks for adding this in