Closed npillmayer closed 5 years ago
With concurrent creation of styled nodes the order of children of a styled node may be different from the order of corresponding HTML sibling elements.
TODO Preserve the correct order.
done (introduced TopDown(...) action for tree.Walker)
With concurrent creation of styled nodes the order of children of a styled node may be different from the order of corresponding HTML sibling elements.
TODO Preserve the correct order.