-
Notifications
You must be signed in to change notification settings - Fork 48
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
New AccessKit feature: Alt text reminder #783
base: master
Are you sure you want to change the base?
Conversation
I should pitch this to be added to the editor proper. We're likely not going to add anything else to that meatballs menu, so a dedicated ALT button that calls attention to itself when there's no image description just... makes sense. |
rubs hands together Excellent, my master plan is proceeding as I have foretold! (Basically.) |
Note: This can take advantage of |
Fun fact: At time of posting, the default alt text of an image added to the editor when the UI language is set to spanish is lowercase. |
User-facing changes
I pretty much always post a post, look at the post on my dash, and go, "ah, right, alt text" and add it. Sometimes the post has already been reblogged by then, at which point it's too late.
Technical explanation
Creates its own MutationObserver, due to the need forattributeFilter: ['alt']
; when you add alt text to an image in the beta post editor React is smart and only updates the attribute.Issues this closes