Line break in footer h2 is read by screen readers with a pause between "Rockefeller" and "Archive Center".
Expected behavior
The screen reader will read the heading all as one heading/phrase with no pause. Propose adjusting the HTML to add an aria-label with the text, and then place the text with the line break in a <span> with aria-hidden="true" on the span.
Describe the bug
Line break in footer
h2
is read by screen readers with a pause between "Rockefeller" and "Archive Center".Expected behavior
The screen reader will read the heading all as one heading/phrase with no pause. Propose adjusting the HTML to add an aria-label with the text, and then place the text with the line break in a
<span>
witharia-hidden="true"
on the span.Additional context
See discussion in DIMES issue with discussion and proposed solution.