-
Notifications
You must be signed in to change notification settings - Fork 138
Description
In several of our e-learning projects, we have needed to indicate the completion state of a section/lesson. We do this visually with a checkmark on our links and 'progress overview' pages, but can't find anything in ARIA which would express that something is complete.
The checkbox/radiobutton semantics come closest (because boolean), but those are intended for operable roles, and I am looking for something read-only. The only other thing I can imagine using is aria-busy
on a progress bar role, but that doesn't seem great either.
I've been advised to concatenate the word "complete" or "incomplete" onto the aria-label
, which strikes me as a hack, (although it works). Plus, it adds a new arbitrary string to our translation catalog, which I would prefer to have handled by the AT.