5 ms·
What about accessibility?
by flipdot 2y ago
What about accessibility?
- the_real_cher 2y agoWouldn't raw html be better for accessibility than a JS framework? Saying this as a non-front end dev.
- ivan_gammel 2y agoIf done correctly it doesn’t matter. SSR can yield an accessible HTML page and you won’t notice the difference. Client-side JS can adapt the web site to your needs -a personalization that is hard to achieve in static.
- marcosdumay 2y agoWhen was the last time... Or rather, when have you ever seen a framework-based page with accessibility done correctly?
- ivan_gammel 2y agoI have seen many sites scoring well on various accessibility metrics. There’s no inherent technical limitation of frameworks that would make accessibility impossible, even when dealing with text to speech. We will see many more next year with EAA coming into effect (and many European companies do care about compliance).
- jilijeanlouis 2y agoDespite regulation I don’t Believe it will actually get implemented even governments have regulations around audio accessibility for education in particular, for years now, and still nothing moves.
- Conlectus 2y agoRaw HTML: potentially. Big blocks of undifferentiated ASCII art: no.
- warkdarrior 2y agoFuck accessibility. We're hackers, if it was hard to write, it should be hard to read.
- ivan_gammel 2y ago[flagged]
- freedomben 2y agoHackers come in all ages, colors, shapes, and sizes. The ethos is one that is the very opposite of identitarianism. I would highly recommend getting to know more people in the community. Also, I would guess that GP is making a joke based on a classic (and funny) stereotype.
- ivan_gammel 2y agoThere’s no such thing as single community of hackers with some ethos. Exactly because “identitarianism” isn’t their thing. The hats are of different colors. GP may be making a joke, but you should read the irony in my comment too. From my experience people who disregard accessibility are often the ones who were never disadvantaged or discriminated. Hence the attributes I mentioned.
- deleted 2y ago[deleted]
- deleted 2y ago[deleted]
- solardev 2y agoThat's what 8-bit text to speech was for, played from the PC Speaker for maximum effect. It sounded like Stephen Hawking choking on vodka, but that somehow fit the mood.
- freedomben 2y ago> It sounded like Stephen Hawking choking on vodka I'm probably way, way overthinking this, but this seems philosophically quite deep and interesting, much like "what is the sound of one hand clapping" (ignoring Bart Simpson's masterful destruction of the ancient question).
- ganzuul 2y agoLooking forward to your zine publication.
- oytis 2y agoAccessibility of this page is pretty bad as far as I can tell, but not because it's plain HTML. And if I understand correctly you can mark ASCII art as an image (role="img") with alternative text too.
- wddkcs 2y agoNot everyone has to access everything.
- troyvit 2y agoOooh good point. W3c accounts for it, and it's not that tough. Just a case of putting in the raw html: https://www.w3.org/TR/WCAG20-TECHS/H86.html https://www.w3.org/TR/WCAG20-TECHS/H86.html