<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I was informed of this by Cais just a few minutes
ago. </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>My prefered is overflow: hidden;
personally.</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=chip@chipbennett.net href="mailto:chip@chipbennett.net">Chip
Bennett</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=sayontan@gmail.com
href="mailto:sayontan@gmail.com">Sayontan Sinha</A> ; <A
title=philip@frumph.net href="mailto:philip@frumph.net">Philip M. Hofer
(Frumph)</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, August 12, 2010 1:07
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] Question
regarding Theme Unit Test</DIV>
<DIV><BR></DIV>I disagree with this point:
<DIV><BR>
<DIV class=gmail_quote>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV bgcolor="#ffffff">
<DIV><FONT size=2 face=Arial>you can'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's
that saying, (which is what is done usually) the huge image in the
image test that'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'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'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
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<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>Sidebar must not be pushed to the bottom of the page. </LI></UL>
<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>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></BLOCKQUOTE></BODY></HTML>