Closed keithamus closed 2 years ago
For some elements which have invalid query selector values in the ID, for example a space character, having the id selector unquoted will cause a DOMException. This is easily mitigated by wrapping this selector in quotes.
For some elements which have invalid query selector values in the ID, for example a space character, having the id selector unquoted will cause a DOMException. This is easily mitigated by wrapping this selector in quotes.