LC-2961 - ARIA 7 Example 1

I ran a quick test of aria-labelledby on links and text input with Microsoft's Speech Recognition on Windows 7 and it did not appear to focus the field/activate the link associated with the spoken text via aria-labelledby.  Direct voice access was successful when voicing the link text.

    <p><span id="s1"> House Hunting</span>
       <a aria-labelledby="s1" href="http://www.w3.org">Read more</a>
    </p>

Jonathan

Received on Wednesday, 1 October 2014 14:17:57 UTC