Page MenuHomePhabricator

Truncation: "read more" button accessibility check
Open, MediumPublic3 Estimated Story Points

Description

Overview

Goal: Ensure the "Read more" button is accessible via keyboard and screen reader.

Known issues:

  • Tab order: The "Read more" button is currently accessible via keyboard but only after tabbing through all interactive elements in the lead section, including the hidden/collapsed content.
  • Focus is lost on expand: When the button is removed on click, the focus is lost and falls back to the body element.

Acceptance Criteria

  • The button is accessible via keyboard and screen reader
  • Discuss tab order with the team and implement the tab order improvement
  • When the button is removed on click, and the lead section expands, consider moving the focus to the section heading.