Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 20:01 UTC
Updated:
28 Sep 2010 at 20:40 UTC
Jump to comment: Most recent file
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 …