• Resolved bheadrick

    (@bheadrick)


    When a user checks “open in a new window” in link settings, add automatically aria-label attribute in the generated link tag :

    <a href="..." target="_blank" aria-label="link text - new window">
      <img alt="link text" src="..."/>
    </a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Links need aria support’ is closed to new replies.