-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
HTML: Breadcrumbs not recognizing HTML5 optional tags #184129
Comments
|
/needsMoreInfo This issue lacks
|
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
|
This doesn't look like valid html. Are sure you mean breadcrumbs or is this about emmet tag completions? |
This is because the breadcrumb doesn't know the existence of the optional closing tag. Ref. 'Tag omission' → https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li |
Please provide a complete, copy paste friendly code sample so that we can reproduce this issue |
<!DOCTYPE html> <head> <body>
</body> </html> <--! I will email you the original ---> |
Duplicate of microsoft/vscode-html-languageservice#63 |
Does this issue occur when all extensions are disabled?: Yes
OK.
NG.
The text was updated successfully, but these errors were encountered: