w3c / json-ld-syntax

JSON-LD 1.1 Specification
https://w3c.github.io/json-ld-syntax/
Other
112 stars 22 forks source link

Weaken requirement to normalize language tags #282

Closed rubensworks closed 5 years ago

rubensworks commented 5 years ago

As mentioned by @gkellogg in https://github.com/w3c/json-ld-api/pull/164, this weakens the requirement for normalizing language tags to lowercase, and makes it a "MAY", just like the RDF spec does.

gkellogg commented 5 years ago

@rubensworks I think this is already handled. Can you close this, and related PR in API if you agree?

rubensworks commented 5 years ago

Indeed, I can confirm that the language tag lowercasing requirement is now optional in the syntax document. I've also closed https://github.com/w3c/json-ld-api/pull/164.