The accessible-name algorithm distinguishes 'name from content' roles from others. For an element whose role does NOT allow name from content (e.g., a generic <div role="region">), with no aria-label/aria-labelledby and no title, what name does the algorithm produce, and why is this a common bug?
<div role="region">Quarterly figures and charts...</div>