This would mock the HTML 5 tag .
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | replace_navbar_with_nav2.patch | 20.69 KB | n8tron |
| replace_navbar_with_nav.patch | 20.06 KB | n8tron |
This would mock the HTML 5 tag .
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | replace_navbar_with_nav2.patch | 20.69 KB | n8tron |
| replace_navbar_with_nav.patch | 20.06 KB | n8tron |
Comments
Comment #1
n8tronRerolled. Pardon missed one.
Comment #2
johnalbinHmm… we've got an inconsistency here between the HTML5 spec and Drupal standards. HTML5 uses "nav" and Drupal standards say we should never use abbreviations for variable names.
How about this? We use
<div id="nav">, but all the variables and regions should be an un-abbreviated "navigation". Do you want to re-roll using the latest CVS? (I committed a bunch of stuff recently.)Comment #3
jix_ commentedSeems to be fixed already? It's div#navigation now …