Plugin tabs not validating (obselete tag on each tab title)
-
First of all, thanks for making this plugin, I enjoy using it.
I run into validation problems for my website (W3C validator, html5 doctype) on all pages using your plugin. The problem resides in an extra </p> element that is inserted after each tab-title. See the validator output below:
Error Line 130, Column 68: No p element in scope but a p end tag seen.
<span class=’postTabs_titles’><b>grootste datingsites</b></span></p>I have made one edit to your plugin to make the font size of the tabs larger (but I suspect it does not influence this issue):
/* Make font size tabs larger */ ul.postTabs li a { font-size: 16px !important; }
I suspect this is easily fixable. Can you please let me know if there is a workaround to this issue until then?
Thank you for your time.
- The topic ‘Plugin tabs not validating (obselete tag on each tab title)’ is closed to new replies.