WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

Consider adding nomodule #506

Closed dstorey closed 6 years ago

dstorey commented 7 years ago

HTML5 has added the nomodule attribute to script to allow backwards compatibility with browsers that don't support ES Modules https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-script-nomodule

dstorey commented 6 years ago

Now supported everywhere so not worth adding.