Yegor 826074672d [web] make text more crawlable; fix a JAWS bug (flutter/engine#50794)
On Windows, where JAWS is a popular screen reader and, [unfortunately](https://github.com/FreedomScientific/standards-support/issues/759), ignores `aria-label` on empty elements, and for user agents that are known web crawlers (that also ignore `aria-label`), render semantic text into the DOM using an additional `<span>` element.

Fixes https://github.com/flutter/flutter/issues/122607
2024-03-13 23:03:00 +00:00
..