We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Type: Bug
Open a HTML file with the following content
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> (<svg height="100" width="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /></svg >) <p></p> </body> </html>
This is valid HTML5 that passes W3C's validator. (The closing svg tag is broken up by Prettier.)
However, VSCode marks the svg closing tag as invalid, as well as everything after it:
VS Code version: Code 1.56.2 (054a929, 2021-05-12T17:44:30.902Z) OS version: Darwin x64 20.4.0
The text was updated successfully, but these errors were encountered:
Fixed svg end tag token
f776080
microsoft#124215
This needs to be fixed in https://github.com/textmate/html.tmbundle. They actually already have an issue for it: textmate/html.tmbundle#101 Closing as dup.
Sorry, something went wrong.
aeschli
Successfully merging a pull request may close this issue.
Issue Type: Bug
Open a HTML file with the following content
This is valid HTML5 that passes W3C's validator. (The closing svg tag is broken up by Prettier.)
However, VSCode marks the svg closing tag as invalid, as well as everything after it:
VS Code version: Code 1.56.2 (054a929, 2021-05-12T17:44:30.902Z)
OS version: Darwin x64 20.4.0
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: