The tech docs gem has been updated to version 2.4.2. This version fixes the following accessibility issues:
In some circumstances, the main page heading is automatically in focus when the page loads. This means keyboard-only users may miss the navigation elements. This fails WCAG 2.1 success criterion 2.4.3 - Focus Order.
The navigation elements are not marked up semantically as hierarchical headings, which means moving through the navigation using a screen reader may be more difficult. This fails WCAG 2.1 success criterion 1.3.1 - Info and Relationships.
There are sections of content with show / hide functionality. The aria-expanded attribute is not implemented correctly, so users may miss that menu items are expandable. This fails WCAG 2.1 success criterion 4.1.2 - Name, Role, Value.
This version also fixes a couple of bugs from 2.4.0.
Changes proposed in this pull request
Update the accessibility statement to say that there is only one issue outstanding.
Context
The tech docs gem has been updated to version 2.4.2. This version fixes the following accessibility issues:
This version also fixes a couple of bugs from 2.4.0.
Changes proposed in this pull request
Guidance to review