HTML checks - Checking tables and bullet lists are styled properly #66
Labels
accessibility
Improves accessibilty for users with diverse needs
Community Inclusion
Supports diverse inclusion and builds community
documentation
Improvements or additions to documentation
Milestone 4
MVP accessibility checks
Milestone
Summary
Check that any tables and bullet lists have been styled properly. If they are not styled properly, screen reader software will not recognise what they are and will not convey the information in a way that makes sense to users.
Deadline
20/02/2021
What needs to be done?
View HTML page
The way you view your page’s HTML depends on which browser you’re using. If you’re using:
Google Chrome, right-click the page element you want to check and select ‘inspect’
Safari, right-click the page element you want to check and select ‘inspect element’ - you might need to enable Safari developer tools first
Edge, press ‘F12’, then hold ‘Ctrl’ and ‘B’ - once you’ve done that, left-click the page element you want to check
Firefox, right-click the element you want to check and select ‘inspect element’ - you might need to enable Firefox web developer first
This should open up a panel somewhere on your screen showing the HTML for the page.
Check a few tables and bullet lists from your sample pages. Once you’ve opened up the source code, look out for the following sorts of tags:
for tables, look out for td, th and tr in <>
for bullet lists, look out for ul and li in <>
If you can see these tags, it’s likely the elements have been styled properly.
Who can help?
The text was updated successfully, but these errors were encountered: