Re: [PHP-WEBMASTER] svn: /web/php/trunk/ include/header.inc styles/home.css styles/theme.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 7, 2011 at 12:08, Adam Harvey <[email protected]> wrote: > aharvey Fri, 07 Jan 2011 11:08:57 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=307217 > > Log: > Since we're already using the new HTML5 semantic elements elsewhere, let's use > <nav> as well. > > Changed paths: > U web/php/trunk/include/header.inc > U web/php/trunk/styles/home.css > U web/php/trunk/styles/theme.css > > Modified: web/php/trunk/include/header.inc > =================================================================== > --- web/php/trunk/include/header.inc 2011-01-07 11:03:09 UTC (rev 307216) > +++ web/php/trunk/include/header.inc 2011-01-07 11:08:57 UTC (rev 307217) > @@ -43,6 +43,7 @@ > document.createElement("section"); > document.createElement("aside"); > document.createElement("footer"); > + document.createElement("nav"); Arg.. whats happening here? Why don't we simply use http://html5shiv.googlecode.com/svn/trunk/html5.js and be done with this? -Hannes