hardHTMLparsing and tokenization statesSingle-choice MCQ
While in "Script data" state, the tokenizer can transition into "script data escaped" and even "script data double escaped" sub-states. What sequence inside a `<script>` body triggers the escaped sub-state, and why does it exist?
<script>
var s = "<!-- <script> still inside -->";
</script>