Skip to content

Commit

Permalink
Update accessible-name.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eupsama authored Oct 1, 2024
1 parent f7ef364 commit c8a4ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testes/accessible-name.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ <h1>Accessible name contains visible text of the action element</h1>

<h2>accessible name - aria-label VS 2 divs in innerText of a link</h2>

<a href="#" aria-label=Telefone 808 24 24 24>
<a href="#" aria-label="Telefone 808 24 24 24">
<div>Telefone</div>
<div>808 24 24 24</div>
</a>


<h2>accessible name - aria-label VS 2 spans in innerText of a link</h2>

<a href="#" aria-label=Telefone 808 24 24 24>
<a href="#" aria-label="Telefone 808 24 24 24">
<span>Telefone</span>
<span>808 24 24 24</span>
</a>


<h2>accessible name - aria-label VS 1 spans and 1 div in innerText of a link</h2>

<a href="#" aria-label=Telefone 808 24 24 24>
<a href="#" aria-label="Telefone 808 24 24 24">
<span>Telefone</span>
<div>808 24 24 24</div>
</a>
Expand Down

0 comments on commit c8a4ac0

Please sign in to comment.