What fresh hell is THIS now? - Patrick Lauke
[name]
linked to a user node
[name^="jk"]:not([name$="av"])
[dean] It’s not that it sucked, it’s just hugely expensive, and the presentations are pretty much based around research papers - they will go into why the hamburger icon is terrible, and show all of the research around it - which is good, but it’s nothing that I hadn’t already seen before. If anything the NNG conf made me realise that I know what I’m talking about.
Amuse just had 10-12 really interesting speakers which covered a broad range of topics, a lot focussed on ‘whats coming next’, which was really interesting - 3 talks related to No UI and the Internet of Things
Hey Slackers, I am working on an accessible quiz about accessibility to help our students at Thinkful with semantics. (We've been getting loads of formless user input, no labels, listening to clicks on a button instead of a form submit issues lately)
Anyways, I'm not sure if something I am doing for ScreenReader considerations is "weird". I've been using a combination of aria-hidden="true"
and .visually-hidden
text to control how screen readers read certain likes, for example "Question 5. " instead of 5)
<legend><span aria-hidden="true">1) </span><span class="visually-hidden">Question 1. </span>Does accessibility rock?</legend>
aria-hidden
that i suppose