[Bug 9214] Allow role="presentation" on img

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9214





--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-03-24 01:34:03 ---
I don't understand why we would make:

   <img role="presentation" src="img">

...valid (and implying alt=""), when we already have:

   <img alt="" src="img">

...which is valid, means the same thing, and implies role="presentation". What
is the benefit?


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 24 March 2010 01:34:05 UTC