I took this from a price comparison website:
Would you expect the data in the above image to be structured in a table? I.e. with two rows and six columns. It appears to be structured as divs.
I have had a look at the HTML generated and I see that it uses Divs rather than tables. Why is this? I realise that divs are preferred to tables for layouts, however this is not a layout; it is displaying data.
I have spent a few hours researching this and a lot of sites talk about divs and tables for layouts, however none seem to talk about divs displaying data. Hence the question.