WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Chrome 80 Bug

for

From: Steve Green
Date: Mar 16, 2020 7:51AM


That's correct. The <strong> element is the only thing that is relevant. The contents of the <strong> element are not included in the accessible name. Anything else in the <label> element is included in the accessible name.

There is an Accessibility tab in the Chrome developer tools. You can see the accessible name for each element in there, but I don't know if you can access it with a screen reader,

Steve