i18n-ISSUE-518: Need to explain name matching rules for cache names

5.5.2 has(cacheName), 5.5.3 open(cacheName), and 5.5.4 delete(cacheName)

https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#cache-storage-has
https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#cache-storage-open
https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#cache-storage-delete

In each of these methods there should be an explanation of what are the
name matching rules for the cacheName argument. For example, are cache
names case sensitive or case insensitive? Additionally, are the names
normalized to either Unicode Normal Form NFC or NFD before testing for
equality?

Please see Character Model for the World Wide Web: String Matching and
Searching https://www.w3.org/TR/charmod-norm/

Specifically, see section 3
https://www.w3.org/TR/charmod-norm/#identityMatching



Steven Atkin, Ph.D.
STSM - Chief Globalization Architect
IBM Globalization Center of Competency
atkin@us.ibm.com
http://www-3.ibm.com/software/globalization/index.jsp

Received on Monday, 15 February 2016 20:29:17 UTC