You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are the 'show/hide' buttons for each accordion item necessary?
Should the title and button be combined and focusable?
Does title link style cause issues with expectation of behaviour (are they mistaken for links to a new page)? Is the link style required to indicate it needs to be interacted with and it not a heading?
Should we use <details>/<summary> elements instead? Any issue with multiples on same page?
When the mutually exclusive checkbox is selected, on focus of one of the options above, should we announce that selecting it will uncheck the mutually exclusive checkbox?
Or are all the "unselected" announcements overkill, considering the label for the mutually exclusive checkbox implies that any previously selected option won't apply?
On Voiceover for iOS, the hint text appears to interrupt the announcement of units provided by the title attribute as it reads the aria-describedby by instead.
Errors - eQ
When you select a link in the error summary panel at the top of the page, we didn't put focus on the first option in a radio/checkbox fieldset – would be good to clarify if this is acceptable.
Is it an issue that the error summary header is an <h2> yet placed above the page heading <h1>?
When page loads with an error, should the error summary panel focus state be visible? Should tabindex=-1 be removed after focus is lost?
jrbarnes9
changed the title
Book DAC test for new features added since last audit for census
Book DAC test and create prototype for new features added since last audit for census
Jun 14, 2022
Features needing an accessibility audit include:
Foundations
<em>
semantically the correct tag for highlighting piped answers etc?<em>
be bold or left to style as italics?Components
<details>
/<summary>
elements instead? Any issue with multiples on same page?<details>
used, underline and button removed)<a>
) styled as buttons withrole="button"
cause issues?div
(it's not an interactive element)?aria-expanded
not always announcing when input shown/hiddentablist
role (as mentioned here)?tabpanel
be part of the tab order?<button>
styled as a link – does this cause issues?aria-describedby
references the character limit instead of the hint text (like other inputs) – how should this be handled?Patterns
title
attribute as it reads thearia-describedby
by instead.<h2>
yet placed above the page heading<h1>
?tabindex=-1
be removed after focus is lost?<legend>
when question and fieldset answer is the only thing on the page)The text was updated successfully, but these errors were encountered: