DOM Mutations

Observed Content

All content within an ordered-columns is observed for changes, so when nodes are added they are automatically added to the shortest column. <ordered-columns> <-- observed for additions --> </ordered-columns> All attributes, such as count are also observed for change, so they update immediately.

Elements normally are appended to the bottom, but they can also be prepended to the top by giving them the CSS class new-article. Adding to the top forces a redraw as new positions have to be recalculated.