Re: [whatwg/dom] Proposal: New method to reorder child nodes (#891)

> regarding `parentNode.reorderChildren`, there is handy hackish way that this can be sort of achieved without much reordering, by using css order attribute with flexbox.

That won't work for anything like a UI library, where someone would expect to be able to use the `order` attribute for their own purposes - responsive design, etc.  Also, CSS order does not affect tab-order, screen readers, etc. and therefore really has entirely different, totally unrelated uses. Let's stay on topic.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/891#issuecomment-813058955

Received on Sunday, 4 April 2021 16:15:29 UTC