- From: Steven Atkin <atkin@us.ibm.com>
- Date: Mon, 15 Feb 2016 15:27:07 -0500
- To: www-international@w3.org, public-webapps@w3.org
Received on Monday, 15 February 2016 20:29:17 UTC
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