I'd like too see this too. There's an issue created for this, http://framework.zend.com/issues/browse/ZF-3921.
Isaak Malik-3 wrote: > > Thank you for your answer, unfortunately that is not what I meant. I'm > looking for conditional comments support with headScripts(). > > I'd like this to be implemented just for a matter of readability. > > On Thu, Sep 25, 2008 at 9:39 PM, Jeremy Brown <[EMAIL PROTECTED]> wrote: > >> This is an excerpt from an email on the fw-mvc list sent on 21 Aug 2008: >> >> >> >> $url = $this->_view->baseUrl() . '/css/blueprint/ie.css'; >> $this->_view->headLink()->appendStylesheet($url, 'screen,projection', 'IE >> 7'); >> >> This outputs: >> >> <!--[if IE 7]>.....<!-- [endif] --> >> >> >> >> ---- >> >> Jeremy Brown >> Senior Web Developer >> >> Spear One >> 972.661.6038 >> www.spearone.com >> >> >> >> *From:* Isaak Malik [mailto:[EMAIL PROTECTED] >> *Sent:* Thursday, September 25, 2008 2:23 PM >> *To:* [email protected] >> *Subject:* [fw-general] No conditional comment support for headScript? >> >> >> >> How come conditional comments are not supported for headscripts? Next to >> CSS this method is also commonly used with JavaScript code/files, a >> common >> example is the PNG background fix. >> >> Are there any plans for this or will I have to force my lazy fingers to >> keep typing the extra characters? >> >> Thank you >> -- >> Isaak Malik >> Web Developer >> > > > > -- > Isaak Malik > Web Developer > > -- View this message in context: http://www.nabble.com/No-conditional-comment-support-for-headScript--tp19676511p20514693.html Sent from the Zend Framework mailing list archive at Nabble.com.
