Description
Tempest version
2.11.4
PHP version
8.4
Operating system
Linux
Description
Consider this HTML:
<img class="a" alt src=example.png>
This library only highlights the attribute "class".
<<span style="color: #0000ff;">img</span> <span style="color: #795E26;">class</span>="a" alt src=example.png>
HTML only requires attribute values to be quoted if they contain a space, equals sign, or a few other characters. See https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
So, in this case the empty alt
and the unquoted src
should both be highlighted.
Steps to reproduce
echo $highlighter->parse( '<img class="a" alt src=example.png>', "html" );
Metadata
Metadata
Assignees
Labels
No labels