Re: [PHP-WEBMASTER] svn: /web/php/trunk/ include/header.inc js/ext/html5.js styles/workarounds.ie7.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 10, 2011 at 10:40, Adam Harvey <[email protected]> wrote: > aharvey Mon, 10 Jan 2011 09:40:10 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=307335 > > Log: > Implement some of Hannes's suggestions from last week: move the IE ≤ 7 > background hack out to a separate workarounds stylesheet, and use Remy Sharp's > HTML5 shim to enable IE support for HTML5 elements rather than declaring them > ad hoc in the header. > > Changed paths: > U web/php/trunk/include/header.inc > A web/php/trunk/js/ext/html5.js > A web/php/trunk/styles/workarounds.ie7.css [..] > + <script type="text/javascript" src="<?php echo $STATIC_ROOT ?>js/ext/html5.js<?php echo $v?>"></script> Shouldn't that be in an if IE clause? -Hannes