Re: [PHP-WEBMASTER] svn: /web/php/trunk/ include/header.inc styles/home.css styles/theme.css
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
ion=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
>
> --
> PHP Webmaster List Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
I use this too Hannes, it covers all HTML5 elements so we don't need
to maintain that list.