I disagree with this point:<div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff"><div><font size="2" face="Arial">you can&#39;t use </font></div>

<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">img { max-width: #;  }</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">in the post-content area is basically what&#39;s that 
saying, (which is what is done usually)  the huge image in the image test 
that&#39;s in side of there should be handled with overflow:</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">and the $content_width is for the post area content 
width to handle the sizing, which is how wordpress takes care of that 
issue</font></div></div></blockquote><div><br></div><div>There&#39;s nothing wrong with a Theme defining max-width for images via CSS.</div><div><br></div><div>Rather, what those tests verify is that, if max-width *isn&#39;t* defined for images, that the overflow is handled aesthetically.</div>
<div><br></div><div>Personally, I would say that defining max-width is the *preferred* means of handling over-sized images.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff"><blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px"><div><div class="h5"><div><br></div>Hello,<br>I have a question regarding the Theme Unit Test for 
  images. The test says:<br><br>
  <ul>
    <li>Wide Image (Resized) Test 
    <ul>
      <li>Image should display properly, and should be resized as specified. 
      </li><li>Sidebar must not be pushed to the bottom of the page. </li></ul>
    </li><li>Wide Image (Not Resized) Test 
    <ul>
      <li>Wide image overflows properly (using <tt>max-width</tt> CSS rule or 
      <tt>content_width</tt> value is defined). 
      </li><li>Sidebar must not be pushed below content due to image overlap. 
    </li></ul></li></ul>I am not very clear on the distinction here. Does it mean 
  that images should not be automatically resized to fit the width of the 
  posts?<br></div></div></blockquote></div></blockquote></div></div>