You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is pretty much the same issue, so maybe they can be merged.
I suppose there could be small images in the text that are not unicode emojis, and which would be useful to have an alternative text for. But I can't think of any concrete examples.
Originally written by @josteinaj
For instance, something such as:
…or something
See: nlbdev/nlbpub#13
EDIT: added martinpubs suggestion
Comment by @martinpub
One solution: https://tink.uk/accessible-emoji/
Comment by @josteinaj
For comparison, here is how Github does it if you insert an emoji:
Github markdown:
:shrug:
Github turns it into this HTML:
Result: 🤷
The
g-emoji
tag is a non-standard Github tag, probably with some associated CSS and Javascript. I don't know what its purpose is.The
img
tag has the alt text "shrug".The text was updated successfully, but these errors were encountered: