Re: A presentational img?

On May 10, 2011, at 4:31 PM, Leif Halvard Silli wrote:

> But is the bug only that the IMG isn't presented even when it has 
> explicit focus? Or is it also part of the bug that - when reading the 
> following sentence as a sentence - the IMG is ignored:
> 
> 	<p>I <img src=heart alt=love tabindex=0 role=presentation > you.</p>

If you're asking what I think you're asking, then the answer is that the image should be available at all times, not just when it's focused. According to the spec language below, the user agents must ignore the presentation role when it's focusable, not just when it's focused.


If an element with a role of presentation is focusable, user agents MUST ignore the normal effect of the role and expose the element with implicit native semantics, in order to ensure that the element is both understandable and operable. 

Received on Tuesday, 10 May 2011 23:38:06 UTC