- From: Johnny Stenback <jst@w3c.jstenback.com>
- Date: Wed, 08 Oct 2003 14:14:44 -0700
- To: Francois Yergeau <FYergeau@alis.com>
- Cc: "'www-dom@w3.org'" <www-dom@w3.org>, "'w3c-i18n-ig@w3.org'" <w3c-i18n-ig@w3.org>
Francois Yergeau wrote: [...] >>>LS2) Interface DOMParser: There should be an error type >> >>defined for failure >> >>>to check normalization (sugg. >> >>"normalization-checking-failure") in addition >> >>>to the existing "unknown-character-denormalization". >> >>Fixed. The following has been added to the spec: >> >>[[ >> "check-character-normalization-failure" [error] >> Raised if the paramter "check-character-normalization" is set to >> true and a character is encoutered that is not normalized. >>]] > > > Good in principle, but editorially a bit loose. A character in general > cannot be "not normalized", this is a property of sequences (strings). > Please reword to: > > [[ > "check-character-normalization-failure" [error] > Raised if the paramter "check-character-normalization" is set to > true and a string is encoutered that fails normalization checking. > ]] > > or something similar. Done. -- jst
Received on Wednesday, 8 October 2003 17:15:44 UTC