Eric There shouldn't be a problem with the screen readers - they will read the page as follows: PlaceNameA: n*[date:status], PlaceNameB: n*[date:status], PlaceNameC: n*[date:status] - If you look at the source all the tables are very semantic. This is a mobile first approach really, the tricksy bit is how it displays on desktop.
Login or register your account to reply
Martijn Except modern screen readers interpret CSS and will not read elements that have their display set to none, this has led to such fuzzy CSS as seen in Bootstrap: github.com/twbs/bo...
9y, 15w 3 replies
Eric Excellent link, now updated.
9y, 15w 2 replies