npillmayer / gotype

some experiments on type in frames, still early draft
Other
5 stars 1 forks source link

Preserve order of styled nodes identical to HTML elements #10

Closed npillmayer closed 5 years ago

npillmayer commented 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.

npillmayer commented 5 years ago

done (introduced TopDown(...) action for tree.Walker)