I am checking my site through the validator tool for accessibility. I am have the following errors
The default style sheet language must be specified when style attributes are used:
The default scripting language must be specified for an intrinsic event:
I have already specify the languages but not in the meta tag. The way I specify them in my site is:
<script type="text/javascript" src='javascript_code.js'></script>
<link href="style.css" rel="stylesheet" type="text/css" />
inder the title of my site. As this is a check for a project and i will be marked my site should be at least level A WCAG compliant. Do I really have to fix these errors? Or it is just a problem of the validator because it probably does not check in other tags for this? Any idea? Thank you!!!