- From: Yuzo Fujishima <yuzo@google.com>
- Date: Mon, 12 Jul 2010 15:50:26 +0900
- To: www-style@w3.org
- Message-ID: <AANLkTim7pY7g9uYJrX3rh4iLQVKA23itlwrF4GGPoTEd@mail.gmail.com>
On Thu, Jul 8, 2010 at 6:47 PM, Yuzo Fujishima <yuzo@google.com> wrote: > What unicode normalization (http://unicode.org/reports/tr15/) must be > applied > to the characters in an HTML document before matching against > the unicode-range > descriptor (http://dev.w3.org/csswg/css3-fonts/#unicode-range-desc)? > A. No normalization at all. All the codepoints are checked against > unicode-range as-is. > B. Undefined. Whether to apply normalization is up to UA. > C. Must be normalized to NFC > D. Must be normalized to NFD > E. Must be normalized to NFKC > F. Must be normalize to NFKD > In my opinion, A (or B) is the most realistic choice, seeing that Chrome > 6, > Safari 6, IE8, and Opera 10 > don't normalize stylesheets. (Firefox 6 doesn't seem to be working in this > respect.) Sorry, I need to correct as follows: Safari 6 -> Safari 5 Firefox 6 -> Firefox 3.6 Note: Chrome 6 is the current dev channel version and it does exist. :) Yuzo > http://www.w3.org/International/tests/tests-html-css/tests-normalization/generate?test=10&serveas=xml&format=xhtml5 > Yuzo > Reference: > http://www.w3.org/International/tutorials/tutorial-char-enc/
Received on Monday, 12 July 2010 06:51:27 UTC