[i18n-drafts] [articles/vertical-text/index] JSON example may not be natural (#281)

iherman has just created a new issue for https://github.com/w3c/i18n-drafts:

== [articles/vertical-text/index]  JSON example may not be natural ==
[source] (https://w3c.github.io/i18n-drafts/articles/lang-bidi-use-cases/index.en) [en]

Although the JSON example at the beginning is syntactically correct, multiple languages would usually be specified like this:

```
"language": ["en", "he"]
```

rather than

```
"language": "en, he"
```

(The specifications (e.g., in EPUB, in the Publication Manifest, in schema.org) usually say that the value of "language" is a valid language tag, and there may be several of those present.)



Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/281 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 7 March 2021 10:46:34 UTC