Skip Navigation

[Resolved] Errors in WCAG validatro

This thread is resolved. Here is a description of the problem and solution.

Problem:

I am trying to do site for my difficult client which pass WCAG 2.1 validation, there are 3 errors which my client don't want to accept.

Solution:

Those three 3 errors are from other plugins, see details here:

https://toolset.com/forums/topic/errors-in-wcag-validatro/#post-1776867

Relevant Documentation:

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by zbyszekZ 3 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#1776251

Hi,
I am trying to do site for my difficult client which pass WCAG 2.1 validation

Link to a page where the issue can be seen:
hidden link

I expected to see:
No HTML errors from Toolset Blocks

Instead, I got:
3 errors which my client don't want to accept.

#1776867
html-error.JPG

Hello,

I assume we are talking about those three HTML errors in the report you mentioned above, see my screenshot html-error.JPG

Please check them one by one:
1) line 69, Bad value "hidden link" for attribute "rel" on element "link":
That is WP rest API meta, it is from WP core, if it is an issue for you client, you will need to check it with WP core team

2) Line 229, Attribute "loading" not allowed on element "img" at this point.
This isn't a built-in feature of Toolset, it seems that you are using lazyload feature, and setup it with HTML codes, you will need to check it with lazyload author

3) Line 306, The "link" element is missing required attribute "property".

Please check the source codes of your website page, line 306:

<script type="text/javascript" src="<em><u>hidden link</u></em>"></script><link rel='stylesheet' id='akismet.css-css'  href='<em><u>hidden link</u></em>' type='text/css' media='all' />

It should be a problem of another plugin "userway-accessibility-widget", you can check it with the "userway-accessibility-widget" plugin author too

According to our support policy, we don't provide support for other plugins.

#1778507

Thanks a lot for your help Luo Yang.
I hope my difficult client accept that to fix this errors is almost impossible.

Best regards!
Zbyszek

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.