have the following screen design for my demo application.
Should this design be done using a <DIV>
or a <TABLE>
?
Note: when you click on the data row it expands (accordion like) and shows description row where you can see some description about the row as a single column which spans across the width of the table.
The menu works when user clicks on an image given in that column.
I know that a table is used only to represent tabular data. I have the menu in last column as well as an accordion like hidden row for each data row showing the description when user clicks on the data row. So, I am not sure whether it can be considered as part of a tabular data.
This is related to fulfilling the following web-guideline: http://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140311/complete-diff.html#H51
The data is going to be text apart from the menu. Each menu link performs different functionality. The accordion row is also text mostly.
Please advise here. Thanks.
` but there really isn't enough information to say for sure.