Empty anchor (<a id="foo></a>
) tag creates superfluous reference entry
#4747
Labels
<a id="foo></a>
) tag creates superfluous reference entry
#4747
Description of problem
URL to affected spec or repo:
Source showing the problem:
https://github.com/ralfhandl/respec-experiments/blob/c94de45be239521a56f3c35f438c6d9d1689aab7/src/example.html#L94
Adding a space between the opening and closing tag worked in older respec versions and doesn't work now.
Current workaround:
<a id="foo" class="logo"></a>
which doesn't seem to have negative side-effects.What happened (e.g., it crashed)?:
Superfluous/wrong reference entry "css" is created:
Expected behavior (e.g., it shouldn't crash):
Just create the anchor, don't create a buggy reference entry.
Optional, steps to reproduce:
src/example.html
in browserThe text was updated successfully, but these errors were encountered: