What Should Be Avoided
A mobile website has a vertical navigation menu with small touch targets for menu items. The menu items are smaller than 24 by 24 CSS pixels and are closely spaced, making it difficult for users to select the correct item. Each menu item is 16 by 16 CSS pixels. Menu items are closely spaced, with minimal padding between them.
Explanation:Since the items are considered undersized, they may still meet this success criterion if there is sufficient space between them. To verify this, we select the center point of each list item and draw a circle with a vertical and horizontal diameter of 24px. This process is repeated for all list items. In the example provided, the circles intersect with each other, resulting in a failure to meet the success criterion. Small touch targets and closely spaced items increase the risk of users accidentally selecting the wrong menu item, particularly for those with motor disabilities or larger fingers.