DS html5 is an add on for Display Suite that adds semantic layouts and field
templates.

Project Page - http://drupal.org/sandbox/pixelwhip/1721272
Git URL - http://git.drupal.org/sandbox/pixelwhip/1721272.git

INSTALLATION

Download the module as you would any other and enable it. For field templates,
you must also enable the ds_extras module, which is bundled with Display Suite
and check "Enable field templates" at /admin/structure/ds/extras.

DEPENDENCIES

  • Display Suite
  • ds_extras (Only required for field templates.)

LAYOUTS

  • Article - Article tag including regions for content ( a div ), header, hgroup, aside, figure and footer.
  • Figure - Figure tag including regions for figure (no extra wrapping tag) and figcaption.
  • No Markup - A single region for content that renders no wrapping markup, instead it just renders fields directly.

FIELDS

These fields replace the default wrapper divs on fields with semantic tags.
In order to use the DS HTML5 fields, you must enable the ds_extras module and
turn on "Enable custom field templates" at /admin/structure/ds/extras.

Included Field Templates

  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
  • dl
  • ol
  • ul
  • address
  • article
  • aside
  • header
  • figure
  • footer
  • nav
  • section

Comments

nevets’s picture

You need a link to your project page (I would be glad to try the module).

nevets’s picture

Issue summary: View changes

Adjusted formatting.

pixelwhip’s picture

Whoops! That would be helpful. Wouldn't it? The links have been added.

benjy’s picture

Status: Needs review » Needs work

Hi nevets,

Great module, I'll keep an eye on it and once you've fixed up the above I think you should be good.

rballou’s picture

This would be a very helpful module. Do you think that adding nav would be a good addition to the project? Beyond the other items that people have mentioned I think this would be good to go!

rballou’s picture

Issue summary: View changes

Added project links

pixelwhip’s picture

Status: Needs work » Needs review

I've remedied the errors in #3 http://ventral.org/pareview/httpgitdrupalorgsandboxpixelwhip1721272git and added the nav element per rballou's request.

benjy’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

Set to RTBC

sreynen’s picture

Status: Reviewed & tested by the community » Fixed

Hi pixelwhip,

Thanks for your contribution and welcome to the community of project contributors on drupal.org.

I've granted you the git vetted user role which will let you promote this to a full project and also create new projects as either sandbox or "full" projects, at your discretion.

Now that you've experienced the full review process, please consider reviewing other projects that are still awaiting review. Anyone can help with reviews, following the guidelines.

pixelwhip’s picture

Thanks sreynen and everyone else that took time to review this project. I've promoted this to a full project under the more appropriately named Semantic Display Suite http://drupal.org/project/semantic_ds

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added nav to the list