I'm trying to create a clickable empty table cell that is also accessibility friendly.
Use case: a table of a day's schedule with each cell representing a time slot. Where there is nothing in the cell, the time slot is available and should be clickable so that the time slot could be booked.
How do I implement this so that it's WCAG2.0 compliant?