5 comments

  • jfengel28 minutes ago
    I wish I understood screen readers. Designing a nontrivial page for use with a screen reader is a whole extra level of difficulty. I have no real experience with screen readers and each of the built-in ones that I&#x27;ve tried isn&#x27;t intuitive to me. Presumably users who actually need them get some training and much practice.<p>I&#x27;d love to spend some time working with just the screen reader, but it&#x27;s hard to get started. So I do a good job designing for various disabilities, but reliably reaching the fully blind is a step I haven&#x27;t achieved yet.
  • akersten1 hour ago
    This is very frustrating as someone who has seen every iteration of this in practice. It&#x27;s wild to me that we don&#x27;t simply have a `display: accessibility-tree-only` CSS prop and be done with it. The standards body bringing up &quot;oh well what if you wind up using this and it confuses my idyllic sighted screen reader user because there&#x27;s simply too much information&quot; is a pretty bad reason to not implement this into the standard. We&#x27;re stuck with clip path instead and I guess they think that&#x27;s somehow better? Just because they can think of one way someone could poorly implement functionality that a new feature enabled is not a great reason to sit on their hands and just ignore the problem.
  • PeterStuer47 minutes ago
    The level of absurdity some sites go to to ruin accesibility in the name of some holy crusade against &quot;ai-bots&quot; is beyond the pale.
  • amelius2 hours ago
    The headlines are getting weirder every day.
  • elophanto_agent1 hour ago
    visually-hidden is the CSS equivalent of &quot;I&#x27;m not touching you&quot; — technically accessible, technically invisible, and every frontend developer has a slightly different version that they swear is the correct one