elementor / elementor/one-click-accessibility

Fix W3C validator warnings

Open
#58 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
95
Forks
43
Avg merge
3d 23h
Merged PRs (30d)
2

Description

Hi,

An accessible website needs to be W3C valid.
We have some warnings with [W3C validator tool](https://validator.w3.org) on a website using your plugin because of some HTML5 redundant syntax like : `type="text/css"` property in `` tag, `type="text/javascript"` in `<script>` tag and `role="navigation"` property in `<nav>` tag.
It can be fixed by merging #55 and #56.

NB: You have also some W3C errors with your demo website:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwpaccessibility.io%2F

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.