We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f969ab6 commit 3a3d4abCopy full SHA for 3a3d4ab
spec/registry/unicode.md
@@ -34,7 +34,9 @@ Values matching the following ABNF are always accepted:
34
```abnf
35
u-locale-option = langtag *([s] "," [s] langtag)
36
```
37
-using `langtag` as defined in [RFC 5646](https://www.rfc-editor.org/rfc/rfc5646).
+using `langtag` as defined in [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
38
+Note that `langtag` is the rule for "normal language tags",
39
+and does not include private-use or grandfathered tags.
40
41
Implementations MAY support additional language tags,
42
such as private-use or grandfathered tags,
0 commit comments