Example langtag of en-Latn is not valid in language map description
The json example in the Presentation API for HTML tags of "en-Latn" is not valid, and should be changed to just "en". "ar-Latn" on the other hand is fine in the textual description for the language tags.
The reason is that in the IANA registry, "Latn" is a suppressed script for English, as it's the default script.
The first letter of the script could also be capitalized, but the values are not case sensitive, so everything in lower case is also fine.
Thanks to Giacomo Marchioro for pointing this out!
I removed the "-Latn" script tag from the language in the HTML example. Since this section is not concerned with lang maps, I thought the simpler "en" was sufficient (over "ar-Latn" for example). See https://github.com/IIIF/api/pull/2096