-
-
Couldn't load subscription status.
- Fork 25
Alt Text for Media #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I accidentially miscounted the issues/PRs.
|
This would obviously be excellent from an accessibility stand point. As it stands, Revolt isn't very friendly for the visually impaired. Revite is not very accessible to a screen reader. The new client should hopefully solve the screen reader issues but the ability to add alt text to images would be a big step up. As it stands, the image model could do with some work. Spoilers can currently only be added by modifying the image's filename so a redesigned system that adds the ability to add spoilers and alt text, potentially alongside some editing functions would be excellent. Even if this feature is implemented, many users won't use it. It could be an idea to parse content through an image recognition model to automatically generate descriptions. This could be costly though and there are potential privacy implications. |
|
alt text for all user-submitted images would be huge, honestly. emojis, server banners, maybe even profile backgrounds and avatars too. |
It would be excellent, but it would also be hard to enforce. If you force users to do it they'll input gibberish. If it's optional then many users won't care enough to bother. If you auto generate it then it could be inaccurate and introduce privacy issues. |
|
making it optional is the best route imo. you cant do anything about the fact that people are lazy, but gently encouraging it as a good practice would be better than what we have now. also please god no automatic image recognition. that would arguably be worse than doing nothing at all |
Say what you will, 'AI' image recognition is really good. It's much better then nothing. It could be that users have the option to add alt text of their own, but visually impaired users have the option to enable 'AI' alt text platform wide for any images lacking it. |
|
I made a related discussion on the org, with a focus on the design if anyone is curious |
|
Having been on fedi for a while a lot of images have alt text even ones that may be hard to describe. This could be because of the local bubble and I overestimate people, but I would not implement AI at all and instead implement subtle hints to encourage adding alt text manually. |
Gibberish will happen on both cases. AI is Artificial Incompetence and users are Natural Incompetence. The former just takes more resources. |
I've used GPT4-Vision for alt text before. It's really, really good. Down to being able to identify obscure dog breeds from a single picture and precise location from a picture of Aussie bush. Even if it is slightly inaccurate in rare cases, it's very much preferable to nothing. |
Alright, but I am mostly against using AI because of bad players like OpenAI and the whole crytpo bro web3bro feeling around it. But I can see the utility here tho and if AI were to be used then if not required at least preferable for it to be Libre and ethical*. This is me saying that implementing just any AI is not a good thing IMO. *I don't know how much ethics AI can have, but I guess it shouldn't be trained on copyrighted works. |
|
AI is a tool like any other. It should be treated as such, especially if it comes with benefits for people with visual impairments. If AI is used, thought needs to be put into the potential privacy, security, and cost implications. |
|
From what I see, AI is a highly illegal tool, but I do not want this to divulge into AI arguments so I'd much rather discuss the implementation side of things of alt text. I've fixed the link I sent earlier as I realized it was the wrong one. |
|
are the different colors for the "alt" label supposed to signify anything? also seems kinda small |
yes, the green is supposed to signify that it has an alt text set, and red is supposed to signify that there isn't. i'm thinking of changing this to something like |
|
yeah, using colors like that is a really, really bad idea. keep in mind a considerable number of people in the world are color blind, and it is one of the most common things to be addressed first when it comes to accessibility on the web. |
As a whole Revolt is moving away from conveying info exclusively with colour. The new status icons for example. |
|
changed the rfc's name to "Alt Text for Media" so that it would include more media types instead of images (videos, music, etc.) |







This RFC is for adding the ability to add alt texts to media.