What fresh hell is THIS now? - Patrick Lauke
[dean] Hey folks! Question for you - we’re redesigning a timeline about innovations, and these innovations use names such as Poly Predix, Expressive Power, Voca Priority… they mean nothing. From the timeline you can select one of the innovations, which goes to a specific page about the innovation.
My question relates to the link text. Would something like…
<article>
<H2>Expressive Power<H2>
<p>This is a bit of blurb about Expressive Power</p>
<a href=“URL”>Expressive Power</a>
</article>
…suffice?
I like to be more meaningful with links, but it’s quite difficult for unavoidable words like these. Thoughts?
<article>
with the link instead for a larger click target, but that assumes that the paragraphs never have interactive content, but otherwise I agree with @stacycarston
<a href="#!" aria-label="read me instead"> <h3>my title</h3> <p>lead-in information about this topic</p> </a>
[craig] ----
Read More
[zzzzbov] > which, on one hand "well just don't click and read"
but "well don't make basic paragraphs into links"
if there's so much content that you're clicking to read, the pattern is being used wrong. Ideally it's something like
[image] [title] [first few words...]
and then links you to the page where you can actually read the content.
tabindex='0'
correct?
:focus-ring
intended to solve i believe
:focus-ring
you may want to consider: https://github.com/WICG/focus-ring