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.
]]

-- 
jst

Received on Wednesday, 17 September 2003 14:55:31 UTC