• Added versioning to DOM nodes.

    There is now an inclusive_descendants_version field of each node, which
    increases each time the node, or any of its descendants, is dirtied.
    This can be used for cache invalidation, by caching a version number
    and comparting the current version number against the cached version number.
    asajeffrey committed Nov 6, 2015