html.tmbundle icon indicating copy to clipboard operation
html.tmbundle copied to clipboard

Moreover, `<img class=foo/>` gets highlighted as if the slash was not part of the attribute value:

Open Rajusheik opened this issue 2 years ago • 0 comments

          Moreover, `<img class=foo/>` gets highlighted as if the slash was not part of the attribute value:

code-slash

However, with a spec-compliant HTML parser, it is part of the attribute value due to the slash going through the "Anything else" case in the "Attribute value (unquoted) state".

Originally posted by @hsivonen in https://github.com/textmate/html.tmbundle/issues/118#issuecomment-1259224932

Rajusheik avatar Jan 26 '23 03:01 Rajusheik