Comment on Accname 1.1

Hi,

I’m trying to determine how the text alternative name algorithm should return the accessible name for the element with id of ‘target’ in the following markup.

<button aria-labelledby=”ref” id=”target”>Button Text</button>
<span id=”ref”>Alternate Name</span>

When chasing the value for the span, what rule in the text alternative name algorithm returns “Alternative Name”?

Thanks,
Todd

Received on Tuesday, 5 February 2019 00:35:58 UTC