From 34ac874dd07f5bd43bbd1a2abcf081de14c4b818 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Mon, 13 Nov 2023 11:37:56 -0500 Subject: [PATCH] Revert "Switch well-formed to valid in I18N text." This reverts commit 8affe8ba60ecdccac3e260969a91a49ea73d03c7. Sticking with well-formed to not imply additional validation requirements. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ff7a343f5..ef24212fa 100644 --- a/index.html +++ b/index.html @@ -5685,7 +5685,7 @@

Language and Base Direction

When the language value object is used in place of a string value, the object MUST contain a `@value` property whose value is a string, and SHOULD contain a -`@language` property whose value is a string containing a valid +`@language` property whose value is a string containing a well-formed `Language-Tag` as defined by [[BCP47]], and MAY contain a `@direction` property whose value is a base direction string defined by the `@direction` attribute in [[JSON-LD]]. The language value object MUST NOT include any other keys beyond