There shouldn’t be the need to clear a name, because you shouldn’t be smearing someone’s name who’s giving away their work. It’s fine to distrust it, but then just don’t use the software.
- 4 Posts
- 232 Comments
Probably not what you’re after, but if it’s really just about PDFs, note that Firefox has an excellent PDF reader built-in. Oh, but I guess a browser extension can’t access that?
A comprehensive answer is out of scope and probably best given by a true accessibility specialist, but for example, if you only use
<div>
tags for everything, a lot of the screen reader’s affordances for navigating are unusable. Images that carry information but not in their alt text are another simple example.And then there are parts where JS could actively help. For example, if you have a tabbed interface, but clicking a tab results in a full page refresh, the screen reader loses all context.
Also keep in mind that there’s more to assistive technology than just screen readers, e.g. sufficient colour contrast and keyboard navigability are important to many people. Too many websites still get those basics wrong.
Not necessarily, unfortunately. (Though I guess technically it’s easier to throw up barriers using JS, but it’s not an inherent quality, and leaving it out doesn’t automatically make it good.)
Heh, just deleted my reply - thanks for covering all that, you’re exactly right :)
deleted by creator
They can overlap, yes. Static sites are definitely not automatically better for accessibility.
This feels like people actually went through extra effort to translate it and translate it back again 🤦
Note there’s a group of users that larger than the group of users without JS (for whatever reason): users of assistive technology. And they don’t even have a choice.
While I’m all for considering the needs of every user… If you get to the point where you’re worrying about no-JS users, I hope you’ve already considered the needs of people with disabilities, whether temporary or permanent.
Edit: oh right, wanted to add: just making a site work without JS doesn’t automatically make it accessible to people with special needs.
Vincent@feddit.nlto Firefox@lemmy.ml•Firefox could be doomed without Google search deal, says executive21·16 days agoThat’s the kind of thing that sounds nice, but in practice I don’t think that’s what evidence points towards.
Vincent@feddit.nlto Firefox@lemmy.ml•Firefox could be doomed without Google search deal, says executive3·17 days agoThat is true, but all that wouldn’t be able to survive if Mozilla were to significantly scale back development.
I’m not sure which button you’re talking about, but if it’s the one in the sidebar, click “Customise sidebar”, and then uncheck “AI chatbot”.
By now you would’ve expected someone to have pointed out what code is actually collecting that data that’s supposedly sold.
Vincent@feddit.nlto Firefox@lemmy.ml•Firefox could be doomed without Google search deal, says executive92·18 days agoI don’t see how being a non-profit suddenly makes it cheaper to build a secure, modern and compatible browser. (Although I know lots of people underestimate how much effort that takes. But just consider that already Mozilla’s doing it for far less money than Google invests in Chrome, for example.)
Vincent@feddit.nlto Firefox@lemmy.ml•Firefox could be doomed without Google search deal, says executive5·18 days agoI fail to understand how they haven’t figured out a way out of this seems to me they’re using all the money they from Google as if there is no tomorrow… Why on earth also if Firefox is so clearly their main product does it seem to not always be at the centre of their attention?
The answer to the second question is the answer to the first - there have been a ton of attempts at alternative sources of funding, but it’s hard to come close to the ~half a billion USD the default search deal provides. So far the branded services you’re calling for don’t seem to have been able to pull it off, and I haven’t seen any signs that donations would be able to either.
(Although as for email with Thunderbird…)
Vincent@feddit.nlto Firefox@lemmy.ml•Firefox could be doomed without Google search deal, says executive7·18 days agoI think you’re grossly overestimating the share of volunteer contributions if you think it might even be over half. It’s amazing what contributors do, but the vast majority, and especially thankless-but-important work like web compatibility or security, is done by paid staff.
Vincent@feddit.nlto Linux@lemmy.ml•GitHub - vinifmor/bauh: Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications21·20 days agoThey’re saying they want something like Synaptic (mostly for its “multi-select”, apparently, though I’m not sure what that means?), but have it support AppImages, Flatpaks, Snaps, etc., instead of just Debs like Synaptic does.
Vincent@feddit.nlto Programming@programming.dev•7 Programming Myths that waste your time | Fireship3·20 days agoI only really hear 3 (or at least, hear people imply it) in reality, and maybe a small nod to 7 recently. For 4, I see people think arbitrary numbers like 90% or 80% code coverage are things that matter.
Can you delete or edit your own content?