From https://github.com/microsoft/vscode/issues/77889 **VSCode Screenshot ** <img src="https://image.prntscr.com/image/CrsxEABhR-KzKNW1jNHfDg.jpeg" alt="Screenshot" style="float: left; margin-right: 10px;" /> **Steps to Reproduce:** 1. Use attributes with and without upper casing onClick, onclick, etc. ``` <div onchange="test()"> </div> <div onChange="test()"> </div> ``` 2. Colors are different. onClick is an 'unknown' attribute
From microsoft/vscode#77889
**VSCode Screenshot **
Steps to Reproduce: