Web Development
Web Developer Guidelines
Visual Design Recommendations

Checkpoint 5.18 - Mobile-PDA

Where possible, data tables have been avoided

DEECD Requirement

DEECD Guideline

The small screens used by mobile devices do not provide a very usable environment for viewing table data as the rows and columns do not have a lot of room to properly display their content.

Requirement

Where possible, data tables have been avoided

Recommendation

Consider presenting information in other types of constructs such as ordered and unordered lists. Use a definition list <dl> instead of a table to display data.

Checking Tool

View the page in a mobile device to locate all data tables.

 

Back to top