LINK VALIDATION PROBLEMS

Created on 6 June 2014, over 10 years ago
Updated 6 July 2023, over 1 year ago

The quicktab accordion blocks I use in the right-hand column of news website http://www.moneytools.org are causing thousands of link validation errors because of missing anchors: See http://www.moneytools.org/err/errors.png

When I disable the accordion block, the errors no longer occur. So, the problem is associated with the quicktab accordion block. By adding a named anchor just before the anchor link the problem would be resolved.

For instance, by changing the syntax that is currently being generated:

<div id="quickset-accordion_block" class="quick-accordion"><h3><a href= "#quickset-accordion_block_0">Latest Bankrate News</a></h3><div>

to

<div id="quickset-accordion_block" class="quick-accordion"><h3><a name="quickset-accordion_block_0"></a><a href= "#quickset-accordion_block_0">Latest Bankrate News</a></h3><div>

the new HTML should, theoretically, correct the link validation errors.

How specifically should the syntax in the module be changed to aright this?

📌 Task
Status

Needs review

Version

3.0

Component

Code

Created by

🇧🇸Bahamas edminn

Live updates comments and jobs are added and updated live.
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.

Production build 0.71.5 2024