elementor / elementor/one-click-accessibility
Fix W3C validator warnings
Open
- 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
Assessment
This issue has not been assessed yet.