Re: suggestions for new roles and properties in ARIA next

Leif Halvard Silli, Thu, 21 Apr 2011 01:43:26 +0200:
> VoiceOver IMO support this interpretation. Just run the following Test 
> 1 and Test 2 in VoiceOver:
> 
> 	<p>Test 1: <img src="x.jpg" aria-labelledby="y" >
> 	<img src="y.jpg" id="y" alt="Y, y, y?" >
> 	<p>Test 2: <img src="x.jpg" aria-labelledby="yy" >
> 	<img src="y.jpg" id="y" aria-label="Therfore!" >

Ah, the the @id of last line is wrong. But it works as I said even if 
you add it.

> You will see that for Test 1, then the first image takes is label from 
> the second image's @alt text. But in Test 2, this does not happen.
-- 
Leif H Silli

Received on Wednesday, 20 April 2011 23:57:38 UTC