HTML that includes an SVG like this: ``` <svg xmlns="http://www.w3.org/2000/svg" width="8px" height="28px" viewBox="0 0 10 20"><path d="m 0 0 8 14L0 28Z" style="fill:var(--bg);"></path></svg> ``` Reports "empty tag" for the `path` element
HTML that includes an SVG like this:
Reports "empty tag" for the
pathelement