File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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,
2527or an implementation-defined list of such tags.
2628
2729Replaces the _ locale_  defined in the _ function context_  for this _ expression_ .
@@ -32,7 +34,7 @@ is always removed from the resolved mapping of _options_.
3234
3335Values 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``` 
3739using ` langtag `  as defined in [ BCP 47] ( https://www.rfc-editor.org/rfc/bcp/bcp47.txt ) .
3840Note that ` langtag `  is the rule for "normal language tags",
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments