Closed
Description
https://www.w3.org/TR/IndexedDB-2/#object-store-construct
An object store has a name. The name can be any string value, including the empty string.
Names are just strings of UTF-16 code units (that's what "any string value" means I think). There are no content restrictions on names. For example, a name could be 14 "shift in" control characters. Or it could consist of a non-character such as U+FFFE. Should "string value" be more closely defined?
This is I18N comment w3c/i18n-activity#364. Please add the i18n-comment label