Skip to content

Commit

Permalink
Merge pull request #3498 from giacomo-petri/giacomo-petri-258-typo
Browse files Browse the repository at this point in the history
Fix minor typo error in SC 2.5.8: Target Size (Minimum) - Editorial
  • Loading branch information
mbgower authored Oct 27, 2023
2 parents 02f07a3 + 0aea401 commit 1a4183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion understanding/22/target-size-minimum.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3>Spacing</h3>
</figure>
<p>The next two illustrations show sets of buttons which are only 16 CSS pixels tall. In the first set, there are no targets immediately above or below the buttons, so they pass. In the second illustration, there are further buttons, and they have been stacked on top of one another, resulting in a fail.</p>
<figure id="target-text-buttons-one-row">
<img src="img/target-text-buttons-single-row.svg" width="785" height="105" alt="A row of buttons which are more that 44px wide and 16 CSS pixels high. There are no close targets above or below. The buttons are overlaid with the 24 CSS pixel diameter circles, and do not intersect each other nor any other targets." />
<img src="img/target-text-buttons-single-row.svg" width="785" height="105" alt="A row of buttons which are more than 44px wide and 16 CSS pixels high. There are no close targets above or below. The buttons are overlaid with the 24 CSS pixel diameter circles, and do not intersect each other nor any other targets." />
<figcaption>While the height of the targets is only 16 CSS pixels, the lack of adjacent targets above and below means that the targets pass this Success Criterion (image shown to scale - <a href="img/target-text-buttons-single-row.svg">see the scalable original version</a>)</figcaption>
</figure>

Expand Down

0 comments on commit 1a4183b

Please sign in to comment.