Almero Steyn
Almero Steyn
### Steps to reproduce: - Go to https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html - Use Firefox and NVDA and set focus on the combobox element ### Actual behavior: - Control is read out as: Favorite...
**READY FOR REVIEW** Current and up to date PR for the **a11y cookbook**. Also contains copy-edits from @naomiblack from https://github.com/angular/angular.io/pull/1181 . Both https://github.com/angular/angular.io/pull/1049 and https://github.com/angular/angular.io/pull/1181 are now outdated in terms...
Currently the `Announcer` component still has a needless wrapping `div` being rendered in the DOM: ``` ``` This should be replace with a `Fragment`.