When title is empty and a wordmark logo is used, the TopAppBar renders <h1></h1> in the DOM. Screen readers skip it and rely solely on the logo alt text for the site name. A visually-hidden <h1> (not display:none, but zero-size off-screen) would give screen reader users the site title without affecting the visual design. Related to PR #437.
When
titleis empty and a wordmark logo is used, the TopAppBar renders<h1></h1>in the DOM. Screen readers skip it and rely solely on the logoalttext for the site name. A visually-hidden<h1>(notdisplay:none, but zero-size off-screen) would give screen reader users the site title without affecting the visual design. Related to PR #437.