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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I noticed that the AngularJS number formatter adds a dash for negative numbers (defined in ngLocale) but, for a11y, we should be using the minus sign (utf8 "−") (entity −) which is read out by screen readers as "minus" whereas a dash is often omitted.