Skip to content

Commit

Permalink
Fixing minor issues in June (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Jun 6, 2024
1 parent 0bf98c8 commit 9139768
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions understanding/21/target-size-enhanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ <h3>Benefits</h3>
<section id="examples">
<h2>Examples</h2>
<ul>
<li><strong>Example 1: Buttons</strong><br> Three buttons are on-screen and the touch target area of each button is 44 by 44 CSS pixels.</li>
<li><strong>Example 2: Equivalent target</strong><br> Multiple targets are provided on the page that perform the same function. One of the targets is 44 by 44 CSS pixels. The other targets do not have a minimum touch target of 44 by 44 CSS pixels.</li>
<li><strong>Example 3: Anchor Link</strong><br> The target is an in-page link and the target is less than 44 by 44 CSS pixels.</li>
<li><strong>Example 4: Text Link in a paragraph</strong><br> Links within a paragraph of text have varying touch target dimensions. Links within
<li><strong>Example 1: Buttons</strong><br/> Three buttons are on-screen and the touch target area of each button is 44 by 44 CSS pixels.</li>
<li><strong>Example 2: Equivalent target</strong><br/> Multiple targets are provided on the page that perform the same function. One of the targets is 44 by 44 CSS pixels. The other targets do not have a minimum touch target of 44 by 44 CSS pixels.</li>
<li><strong>Example 3: Anchor Link</strong><br/> The target is an in-page link and the target is less than 44 by 44 CSS pixels.</li>
<li><strong>Example 4: Text Link in a paragraph</strong><br/> Links within a paragraph of text have varying touch target dimensions. Links within
paragraphs of text do no need to meet the 44 by 44 CSS pixels requirements.</li>
<li><strong>Example 5: Text Link in a sentence</strong><br> A text link that is in a sentence is excluded and does not need to meet the 44 by 44 CSS pixel requirement. If the text link is the full sentence, then the text link target touch area does need to meet the 44 by 44 CSS pixels.</li>
<li><strong>Example 6: Footnote</strong><br> A footnote link at the end of a sentence does not need to meet the 44 by 44 CSS pixels requirements. The footnote at the end of the sentence is considered to be part of the sentence.</li>
<li><strong>Example 7: Help icon</strong><br> A help icon within or at the end of a sentence does not need to meet the 44 by 44 CSS pixels requirements. The icon at the end of the sentence is considered to be part of the sentence.</li>
<li><strong>Example 5: Text Link in a sentence</strong><br/> A text link that is in a sentence is excluded and does not need to meet the 44 by 44 CSS pixel requirement. If the text link is the full sentence, then the text link target touch area does need to meet the 44 by 44 CSS pixels.</li>
<li><strong>Example 6: Footnote</strong><br/> A footnote link at the end of a sentence does not need to meet the 44 by 44 CSS pixels requirements. The footnote at the end of the sentence is considered to be part of the sentence.</li>
<li><strong>Example 7: Help icon</strong><br/> A help icon within or at the end of a sentence does not need to meet the 44 by 44 CSS pixels requirements. The icon at the end of the sentence is considered to be part of the sentence.</li>
</ul>
</section>
<section id="resources">
Expand Down

0 comments on commit 9139768

Please sign in to comment.