[whatwg] [WF2] - Suggestion - Make the "alt" Attribute implied for all elements.

    I would like to see the |alt| attribute for elements <img> and 
<area> changed from a required attribute to an implied one. In other 
words, markup that looks like this...

<img src="image.png" alt="">

...should look like this...

<img src="image.png">

    What are everyone's thoughts on this?

Received on Wednesday, 5 January 2005 06:19:17 UTC