WICG / import-maps

How to control the behavior of JavaScript imports
https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
Other
2.68k stars 69 forks source link

Seemingly incorrect use of must #193

Closed annevk closed 3 years ago

annevk commented 4 years ago

https://wicg.github.io/import-maps/#parse-an-import-map-string contains usage of must that are not requirements on implementers but on developers. However, they would be better suited as requirements in a "writing import maps" section.

domenic commented 4 years ago

I think it's OK for suggested error messages to use "must". (You didn't quote any examples, but I think that's what you're referring to?)

annevk commented 4 years ago

Yeah, I think that's confusing, very similar to how/why we avoid must in notes.