You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open HTML file and paste: <script>"L"</script><a onclick="show();"></a>
Notice
When the line is split into 2 it's not affected
<script>"L"</script><aonclick="show();"></a>
Originally reported in: trullock/NUglify#166. As the owner of NUglify states: The problem is the VSC HTML parser/IntelliSense when you have a script which contains quotes on the same line as an onFoo attribute using the same quotes
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
aeschli
changed the title
HTML parser/intellisense issue when script contains quotes on the same line as an onFoo attribute using the same quotes
[html] Unecessary warning when script contains quotes on the same line as an onFoo attribute using the same quotes
Oct 22, 2020
Steps to Reproduce:
<script>"L"</script><a onclick="show();"></a>
Originally reported in: trullock/NUglify#166. As the owner of NUglify states: The problem is the VSC HTML parser/IntelliSense when you have a script which contains quotes on the same line as an onFoo attribute using the same quotes
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: