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
fix(material/dialog): dialog name not read by sr on mac chrome & firefox
Cleans up fix for Angular Component Dialog component's fix to update
the dialog aria-label if the user's OS is a mac since mac using a
chrome or firefox browser the screenreader does NOT read the dialog
name if the value is portrayed by aria-labelledby or aria-describedby.
Cleaned up console logs and unused attributes.
Fixes b/274674581
0 commit comments