Per the Accessible Name and Description Computation, what name does the button compute given this markup?<span id="lbl" style="display:none">Delete file</span> <button aria-labelledby="lbl">X</button>