E-mail List Archives
Re: Are ambiguous links awful even when there's surrounding context?
From: Jeremy Echols
Date: Apr 26, 2019 10:36AM
- Next message:
: "How does someone with a visual impairment know if they're viewing a secure URL?" - Previous message: Isabel Holdsworth: "Are ambiguous links awful even when there's surrounding context?"
- Next message in Thread: Graham Armfield: "Re: Are ambiguous links awful even when there's surrounding context?"
- Previous message in Thread: Isabel Holdsworth: "Are ambiguous links awful even when there's surrounding context?"
- View all messages in this Thread
In our case, the "view more" link is in a list item element directly after other list items, where the list itself is given a heading. I *think* it's got context, but it's not entirely clear to me if items in a list are considered to be within the same context as the other items and the heading.
Below is an example of the HTML:
<h2>Authors</h2>
<ul>
<li><a ...>Jane Doe</a></li>
<li><a ...>Joe Smith</a></li>
<li><a ...>View More</a></li>
</ul>
- Next message:
: "How does someone with a visual impairment know if they're viewing a secure URL?" - Previous message: Isabel Holdsworth: "Are ambiguous links awful even when there's surrounding context?"
- Next message in Thread: Graham Armfield: "Re: Are ambiguous links awful even when there's surrounding context?"
- Previous message in Thread: Isabel Holdsworth: "Are ambiguous links awful even when there's surrounding context?"
- View all messages in this Thread