`<span id="myId">Some text</span>` translated to `span.id`myId``Some text` ` trigger an error. How about tag attributes like `<label for="Name">Name:</label>` or <input type="text"> ?
<span id="myId">Some text</span>translated tospan.idmyId``Some texttrigger an error.How about tag attributes like `Name:` or ?