import-map-overrides icon indicating copy to clipboard operation
import-map-overrides copied to clipboard

When parsing an empty script tag of type importmap the parser throws an error. Is this OK?

Open robmosca opened this issue 1 year ago • 0 comments

When parsing an element like:

<script type="importmap"></script>

the parser will throw an error here.

Is this the expected behaviour? I would expect the page not be broken by such an element, but I am not sure. I checked the importmap specs and couldn't find anything definitive on this.

robmosca avatar Oct 12 '23 09:10 robmosca