From e5c1ab62661dff11fee71451dfaf9589ffb9646f Mon Sep 17 00:00:00 2001 From: bboudrea Date: Mon, 12 Sep 2016 19:01:06 -0400 Subject: [PATCH] Improved instructions for more clarity --- slides/02-Developers/05-list.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/slides/02-Developers/05-list.html.md b/slides/02-Developers/05-list.html.md index 5b42897..9307ade 100755 --- a/slides/02-Developers/05-list.html.md +++ b/slides/02-Developers/05-list.html.md @@ -53,9 +53,8 @@ layout_data: - title: Unsemantic List exercise description: | Update the example below so that the items are expressed as a list. The easiest way to - make this semantic is to use a list tag. If that is not - possible, wrap the elements in a container and give - it a role of ```list```. The individual items will need to be identified with a role of ```listitem```. + make this semantic is to use a list tag, such as