-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Looking at the only in place sufficient technique for Target Size (minimum), C42: Using min-height and min-width to ensure sufficient target spacing, much of the information refers to 44x44 instead of 24x24, as well as metrics not relevant to this SC.
This can be clearly demonstrated just by listing the test at the end:
For each target that cannot be enlarged by a mechanism, is not inline, and is not covered by the essential exception:
- Check that the target has enough spacing so that the space around it measures at least 44px width and 44px height.
There is no reference to "enlarged by a mechanism" in the current SC, and there are 3 other exceptions besides inline and essential.
It appears that the entire technique needs to be revamped to make it specific to Target Size (Minimum). Initially I thought this was potentially a technique intended to meet both the minimum and enhanced versions of Target Size, but it is not even listed as a technique for the enhanced version.