Re: i18n reviews of DOM 3 Core and Load&Save

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