Navigation überspringen

[Gelöst] Errors in WCAG validatro

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 4 Jahren, 4 Monaten. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von zbyszekZ vor 4 Jahren, 3 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#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:
versteckter 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 "versteckter 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>versteckter Link</u></em>"></script><link rel='stylesheet' id='akismet.css-css'  href='<em><u>versteckter 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