Posted by jablko on February 23, 2010 at 8:18pm
Is there some Drupal documentation or a style guide which explains when to use what HTML markup?
For example, when to use <div class="section">, <div class="content">, <p>
-
or when to use <h1>, <h2>, <h3>, etc.
-
or when to use <div class="description">
I found the Drupal Markup Style Guide, http://groups.drupal.org/node/6355
^ which has some excellent "high level" guide lines - what I can't find is a catalog of Drupal classes and when to use them or what their purpose/meaning/rationale is
Does this exist?
Comments
hey jack! someone filed an
hey jack!
someone filed an issue about this here: http://drupal.org/node/486938 there are a few resources, but i don't know how complete they are. other than the one you found, there's:
http://groups.drupal.org/node/14421
http://drupal.org/node/302199
hope that helps slightly - if you do find anything else, pls add to the issue...
A.