When localizes adds an ID to a list object in HTML, instead of adding the id inside the List tag it add a span with the ID next to the HTML elemnt.
<li style="list-style: none;"><span id="Your_are_all51">
The expected behavior would be for localize to add the ID tag inside the list element.
for example
<li style="list-style: none;" id="your-id">
When localizes adds an ID to a list object in HTML, instead of adding the id inside the List tag it add a span with the ID next to the HTML elemnt.
The expected behavior would be for localize to add the ID tag inside the list element.
for example