You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An accessible website needs to be W3C valid.
We have some warnings with W3C validator tool on a website using your plugin because of some HTML5 redundant syntax like : type="text/css" property in <style> tag, type="text/javascript" in <script> tag and role="navigation" property in <nav> tag.
It can be fixed by merging #55 and #56.
Hi,
An accessible website needs to be W3C valid.
We have some warnings with W3C validator tool on a website using your plugin because of some HTML5 redundant syntax like :
type="text/css"
property in<style>
tag,type="text/javascript"
in<script>
tag androle="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
The text was updated successfully, but these errors were encountered: