Dream mark up for tabs

Created on 20 May 2013, almost 12 years ago
Updated 5 April 2025, 4 days ago

Markup simplicity; easier to style without the extra elements. This article does a good job of explaining the merits of dropping lists on navigation, with a focus on accessibility: http://css-tricks.com/navigation-in-lists-to-be-or-not-to-be

Here's a static implementation of the tabs in Seventy Eight.http://drupalcode.org/sandbox/ry5n/1932040.git/blob_plain/39e83df:/patte...

<nav role="navigation" >
  <ul class="tabs tabs--primary">
    <li class="tabs__tab is-active">
      <a href="#">Edit</a>
    </li>
    <li class="tabs__tab">
      <a href="#">Manage display</a>
    </li>
  </ul>
</nav>
📌 Task
Status

Postponed: needs info

Version

11.0 🔥

Component

markup

Created by

🇬🇧United Kingdom lewisnyman Nomadic

Live updates comments and jobs are added and updated live.
  • Accessibility

    It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.

  • Needs issue summary update

    Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇳🇿New Zealand quietone

    This issue this was postponed on was fixed 9 years ago. Since, then there has been no discussion here for 9 years. Perhaps this has been resolved?

    I am setting the status to Postponed (maintainer needs more info) to find out if this is still needed. If confirmation that this is needed is not given, this may be closed after three months.

Production build 0.71.5 2024