[kevinchao89] If a tab in tablist opens dialog, is it acceptable to make activation like accordion? User has to enter or spacebar on tab. Otherwise, it will not be possible to arrow to other tabs that do not open dialog.
[heydon] A better pattern than infinite scroll is a “load more” button. It gives users control and eliminates unexpected / scroll-fucking behavior. Place the load more <button> at the end of the loaded content. When the new content is loaded, scroll to and focus the first new item.
[marcysutton] I’ve argued against patterns with known accessibility issues for years (like infinite scrolling or carousels), it’s so great being around others who agree :)
[dean] I’ve only worked on web projects in which pagination was the obvious solution, so haven’t had to do battle on this myself…. curious though, what are the thoughts on Twitter? As someone sighted I like the endless stream of info, I don’t feel like I need to read everything so it works well for me. From an accessibility point of view though is Twitter considered a bad example?