• Hi, just started a site, in one of my post I wanted to add a ?? which WordPress converts into an image which is what I want, it looks rather nice, but issue is that it’s not being read by JAWS or NVDA or any other readers, is there a plugin to fix this?
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    There is currently not a plugin to fix this. The problem is that the images generated by the emojis have no accessible name for the screen reader to announce, which is why the screen readers speak nothing other than “graphic” when the user comes across one of these images. This is a known issue and is under discussion by the WordPress Accessibility Team.

    Thanks,

    Amanda

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @alexklman, @arush, What is the markup that’s typically generated? Maybe we can recommend a terse script that adds suitable alt text to it.

    If I’m not mistaken, the graphics generated are SVG, so you’ll need to use aria-label, and handle the translation aspects with a PHP function. The JS would contain the aria-label with a value pointing at the PHP function. Let me go create a post with an emoji in it so I can see what the markup looks like and get back to you.

    Amanda

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Cool, from what I see on these forums (as they’re now using WordPress), the markup is of an image tag pointed to an SVG file. That looks easier, but there doesn’t seem to be anything descriptive that indicates which type of emoji it is.

    See this post: Dre Armeda where the source generated prints the emoji directly instead of a link to an image.

    Also, here are some resources for making inline SVG accessible.

    Using Aria to enhance the accessibility of SVG, and Tips for creating accessible SVG.

    Amanda

    Thread Starter AlexKLMan

    (@alexklman)

    Thanks for the answers guys, most of what you said went right over my head ??
    Ah SVG? are they image files somewhere? Maybe it will help if I found them and renamed them?
    I even tried copying the image out of the editor into Ms Word which it works, then placing some alt text on the image in Word, but when I copy it back into the editor, no joy ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi Alex, renaming them isn’t something that is going to work. Instead the code will have to be updated. Maybe it’s best that we just wait until this is implemented from core instead of adding a hotfix.

    Thread Starter AlexKLMan

    (@alexklman)

    Ah ok, could I submit this anywhere else or is WordPress aware of this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How To Make Readers Read Emoticons?’ is closed to new replies.