-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bootstrap template Validation Error #28
Comments
I'm sorry, what? Are you saying the validator returns an incorrect message? If so, you should file a bug report with https://validator.w3.org/ as that is the remote API my extension uses. I don't think you mean my extension itself as there isn't a file w/ this in it. |
I am fairly new to programming, so I am not sure who to report to. I will Ted From: Raymond Camden [mailto:[email protected]] I'm sorry, what? Are you saying the validator returns an incorrect message? Reply to this email directly or view it on GitHub |
Well, to be clear, if you use the same inputs at https://validator.w3.org/, and you feel the inputs are wrong, then yes, you need to file it with them. |
There is a validation error issue that shows up in the Bootstrap template. Line 8 of the template has the following line:
The validator returns the following error:
A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
The example code snippet in the error message looks identical to the Bootstrap snip with the possible exception of the spacing between Compatible" and content.
The text was updated successfully, but these errors were encountered: