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
As discussed in #1958 (comment), there may be cases where an author would want to provide a separate string to provide a hint to ATs for how the notification should be spoken.
The use cases provided in the discussion thread are compelling, and I think there is value to such an addition. However, I would like to propose that we consider this for a future version of the API instead to allow us to gather feedback from developers and end users as ariaNotify starts to get adopted with its current set of functionality. This will help inform the best way to incorporate this additional customizability going forward.
The text was updated successfully, but these errors were encountered:
It's worth noting that practically speaking, we don't have any mainstream, interoperable way to specify speech markup or pronunciation anywhere else in HTML, ARIA or CSS. There is ongoing work in this area, but it hasn't yet resulted in any mainstream implementations. It seems like perhaps that problem needs to be solved properly before we try to solve this specifically for notifications. Otherwise, we might end up with diverging ways of specifying speech markup/pronunciation and that certainly wouldn't be ideal.
keithamus: there are a couple open issues I can lump together that I think we can defer. But I think braille support and speech markup we can design around those later
The group seemed to agree with deferring this till a future version
As discussed in #1958 (comment), there may be cases where an author would want to provide a separate string to provide a hint to ATs for how the notification should be spoken.
The use cases provided in the discussion thread are compelling, and I think there is value to such an addition. However, I would like to propose that we consider this for a future version of the API instead to allow us to gather feedback from developers and end users as
ariaNotify
starts to get adopted with its current set of functionality. This will help inform the best way to incorporate this additional customizability going forward.The text was updated successfully, but these errors were encountered: