> > How would Node.js determine the language priority list to return (a) while > processing an HTTP request, (b) while not? Note that so far ECMAScript knows > nothing about HTTP...
ES shouldn't care about HTTP. I'm just saying that implementations (which know something about both) might wish to harmonize the values they emit for each (it would make sense). Implementations still have to decide if they should follow the system configuration (usual) or local user preferences (more rarely). Although, in the past, I have generally favored single tags over lists, in this case I'm not sure that a single tag makes sense here simply because many of the APIs that might use the default take a LocaleList. Addison _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

