Hi,

If the title of a tab begins with an accented character the class name it produces begins with a dash which causes an XHTML validation error.
Example : the title "À l'intérieur" generates class="--l-039-int-rieur"

With the attached patch, this same title gives class="a-l-039-interieur" which passes validation.

CommentFileSizeAuthor
#2 tabs.module.patch1.67 KBPomliane
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pomliane’s picture

Title: Tab title beginning with an accented character causes an XHTM validation error » Tab title beginning with an accented character causes an XHTML validation error
Pomliane’s picture

FileSize
1.67 KB

Oops. Here is the patch...

nedjo’s picture

Status: Needs review » Needs work

I'd prefer to avoid introducing a lot of complexity into tabs.

The token module IIRC includes good handling of this issue. Maybe we can use token if it's present?

smoothify’s picture

There is a similar issue that i have just moved from the panels_tabs queue when titles start with a hyphen, it makes the html id fail validation

#431794: HTML validation errors when title starts with a hyphen