WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Silence after user action

for

From: David Farough
Date: Apr 30, 2024 12:53PM


Initially I thought that the screenreader usually indicates whether or not text was copied.
In this case however it sound like the user is activating a button to perform the copying.
In this scenario perhaps using Aria-Pressed on the button would do the trick.
For the form submission, it seems to me that some sort of status message should appear in the dialogue.

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Sumit Patel
Sent: Tuesday, April 30, 2024 2:12 PM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: [WebAIM] Silence after user action

Hai all,

It is really if screen reader is silent after user action .
But, Is it a WCAG failure if there is no change on the screen after that
action For example : Clicking Copy button copies the above sentence to
clipboard . But, ther is no status message or any other visual clu that it
has been copied. Similarly, after successfully submitting a form within a
dialog closes the dialog . Here also no status message or no change on the
page .

Here in the first scenario, a Visually Impaired user would not come to know
whether the text copied to clipboard or not unless they read the clipboard
content. In the second scenario, keyboard focus set back to the button
which the user initially clicked to open the dialog . They didn't get any
message to notify them that the form was submitted successfully .

Do I need to mark these scenarios as violations of 4.1.3 or just best
practices which are good to have

Would like to know your thoughts

Regards,
Sumit.