Consider the following html5 file.
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
test
</body>
</html>
I am validating it using Html Validator (0.9.7.4) which is installed in Firefox(version 51) as an add on.
It shows the following error
I have pasted the code https://validator.w3.org/nu/#textarea and there is no issue shown here.
Is this an issue with the plugin or am i missing some meta data in my code?
Please help