Implementation of Progress Bar (like things)

Using Role of Progressbar and a complement of aria-* Attributes

Have aria-label, aria-valuemin, aria-valuemax, aria-valuenow, and aria-valuetext on this. NVDA reads the aria-label but you need the aria-value* attributes or it reads the progressbar as “half-checked.” You need the aria-valuetext because JAWS will not read the aria-label on a progressbar. Lots of kruft to acheive parity.

Using Role Presentation and Non-Visual Text Alternative