In the accname algorithm's traversal, why does aria-labelledby NOT cause infinite recursion in this self-referential case?<div id="a" role="button" aria-labelledby="a b"> Hi <span id="b">there</span> </div>