<br><br><div><span class="gmail_quote">On 4/21/07, <b class="gmail_sendername">Maciej Stachowiak</b> &lt;<a href="mailto:mjs@apple.com">mjs@apple.com</a>&gt; wrote:<br><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How is an &lt;object&gt; with empty fallback content different from an<br>&lt;img&gt; with an empty alt value? It seems like it is just as ambiguous,<br>since if the fallback content were non-empty it should be substituted.
</blockquote><div><br>I guess made an assumption that &lt;object&gt; semantically means &quot;embedded object that is part of the page content&quot; while &lt;img&gt; semantically means &quot;image that represents text&quot;, making the distinction between (1) and (2).
<br><br>Although, like I said, I think omitting the alt attribute is a better way to distinguish (2) from (1)<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think a better option would be to distinguish alt=&quot;&quot;, and use that<br>for images in the content that add no meaning as the draft says<br>today, and no alt attribute at all for images that are meaningful,<br>but where a text description is not available or appropriate. 
</blockquote><div><br>That&#39;s pretty much what I said at the end of the message, so I agree.&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
We could limit &lt;img&gt; with no alt attribute to content generated by<br>WYSIWYG editors, in the same way as &lt;font&gt;. Or something like that.</blockquote><div><br>That&#39;s where I disagree.&nbsp; I think it should be perfectly valid for authors to omit the alt attribute on images in a gallery for the same reason it&#39;s acceptable for YouTube not to have fallback content for its videos in &lt;embed&gt; tags.&nbsp; This does not just apply to WYSIWYG editor.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Basically we can distinguish the two cases by alt=&quot;&quot; and entirely<br>
omitted alt. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Regards,<br>Maciej</blockquote><div><br>By &quot;entirely omitted alt&quot;, do you still only mean WYSIWYG editors?&nbsp; If not, I agree.&nbsp; The distinction would be as follows:
<br>(1) &lt;img src=&quot;obvious.jpg&quot; alt=&quot;obvious&quot;&gt; - This image represents text, particularly the word &quot;obvious&quot;.&nbsp; Lynx should replace it with the word &quot;obvious&quot; and do nothing else.
<br>(2) &lt;img src=&quot;gallery2.jpg&quot;&gt;&nbsp; The image is part of the content and doesn&#39;t represent text.&nbsp; Lynx should indicate that the image is missing and offer a way to download it<br>(3) &lt;img src=&quot;decor.jpg
&quot; alt=&quot;&quot;&gt;&nbsp; The image is purely decorational or represents text that would be redundant to display.&nbsp; Lynx should pretend it&#39;s not there.<br></div></div>-- <br>Jon Barnett