A good point to ponder ... and something to add to this as it really does come down to author aesthetics and prerogatives: should we be once again looking to add a &quot;child-theme-compatible&quot; theme tag?<br><br><br clear="all">

Cais.<br>
<br><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 2:33 PM, Philip M. Hofer (Frumph) <span dir="ltr">&lt;<a href="mailto:philip@frumph.net" target="_blank">philip@frumph.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Because of the coding of how appearance -&gt; background works in 3.4 there is going to be a problem with &#39;parent&#39; themes setting default images and colors to their theme. (probably just images from what I read)<br>


<br>
The problem:<br>
<br>
If a parent theme sets an image as a default in the $args,  it will forever then be required to use the appearance -&gt; background<br>
<br>
Why:<br>
<br>
Order of execution, even if you remove the background image and color from the background -&gt; appearance it still sets background-image: none;  even after cleared.<br>
<br>
What this does?<br>
<br>
This makes it so that any image set from the style.css either child theme or parent theme or even plugin will be ignored completely.<br>
<br>
-------<br>
<br>
What we need to look for.<br>
<br>
If the theme in question ever wants to have child themes associated with it, then the main theme must *not* set defaults in the $args in 3.4<br>
<br>
Since we want everyone to be child theme capable.   Then if any defaults are set in the parent theme they need to be removed or child themes simply will not work when setting a new image for that child theme.<br>
<br>
<br>
---<br>
<br>
This might change if the logic changes before release, but this is how it is right now.  according to:<br>
<br>
<a href="http://core.trac.wordpress.org/ticket/20448" target="_blank">http://core.trac.wordpress.<u></u>org/ticket/20448</a><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.<u></u>wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/<u></u>mailman/listinfo/theme-<u></u>reviewers</a><br>
</blockquote></div><br>