I am working with a part of HTML that I cannot change. One of the identifiers in the document:
<div id="a>span.tex"> ... </div>
This is perfectly valid HTML5 syntax for identifiers , however it is not possible to select this identifier in CSS without problems with >and ..
How can I select this id in CSS?
source
share