Skip to content

Commit 9c307cb

Browse files
eemeliaphillips
andauthored
Apply suggestions from code review
Co-authored-by: Addison Phillips <[email protected]>
1 parent 087bd0d commit 9c307cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/u-namespace.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ and the `u:id` option is ignored.
2121

2222
### `u:locale`
2323

24-
A comma-delimited list of BCP 47 language tags,
24+
A comma-delimited list consisting of
25+
well-formed [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
26+
language tags,
2527
or an implementation-defined list of such tags.
2628

2729
Replaces the _locale_ defined in the _function context_ for this _expression_.
@@ -32,7 +34,7 @@ is always removed from the resolved mapping of _options_.
3234

3335
Values matching the following ABNF are always accepted:
3436
```abnf
35-
u-locale-option = langtag *([s] "," [s] langtag)
37+
u-locale-option = langtag *(o "," o langtag)
3638
```
3739
using `langtag` as defined in [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
3840
Note that `langtag` is the rule for "normal language tags",

0 commit comments

Comments
 (0)