-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot See any warnings #22
Comments
Hi @Karachristou thanks for submitting this issue, the extension should give you warnings just like that :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<!-- Warning below -->
<h2>
</h2>
</header>
</body>
<!-- Error below -->
<script type="javascript">
</script>
</html> Is the behaviour different on your side ? |
@celian-rib thanks for your response, the behaviour works like you depicted for HTML, however no warning appear for me in CSS code. |
Do you have any CSS as an example on which the the problem occurs? |
It does not give me the warnings, only the errors. I would like to have an option to see the warnings too,
The text was updated successfully, but these errors were encountered: