Open shred3590 opened 9 years ago
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 report there. If I understand it, your Brackets extension takes the Brackets code and runs it against the w3 validator, so any reports of invalid code that is actually valid is a w3 issue. Is that correct?
Ted
From: Raymond Camden [mailto:notifications@github.com] Sent: Monday, May 11, 2015 4:32 AM To: cfjedimaster/brackets-w3cvalidation Cc: shred3590 Subject: Re: [brackets-w3cvalidation] Bootstrap template Validation Error (#28)
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.
Reply to this email directly or view it on GitHub https://github.com/cfjedimaster/brackets-w3cvalidation/issues/28#issuecomme nt-100877329 .https://github.com/notifications/beacon/AL0bqisjHgh9VkTbdBjOxOwdk0Yn7FPRks5 oIIq0gaJpZM4EWd4H.gif
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.