Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Accessible MenuButton

    Hi,

    I need to make accessible MenuButton components so that screen readers can detect their purpose.

    Is there any way to do so?

    #2
    Have you tried using MenuButton under a screenReader? If so, which one(s) and what was the problem?

    Comment


      #3
      I'm using a MenuButton without text and a background image as an icon. I'd like to add a title tag to the div that renders the button.

      Comment


        #4
        If you'd like to have no visible title but have a title available to the screen reader, you could manually set canvas.ariaState to { label:"whatever title" }.

        Comment


          #5
          Hi, I was missing isc.setScreenReaderMode() , now everything works out-of-the-box.

          Comment

          Working...
          X