Re: The XMLHttpRequest Object comments

On 5/7/07, Anne van Kesteren <annevk@opera.com> wrote:
> On Mon, 07 May 2007 19:38:15 +0200, Innovimax SARL <innovimax@gmail.com>
> wrote:
> >>> [[
> >>> There is a case-insensitive match of strings s1 and s2 if after
> >>> upercasing both strings (by mapping a-z to A-Z) they are identical.
> >>> ]]
> >>> s1 and s2 because there is less confusion with letter a and b
> >>> uppercasing because it is used latter in the spec for method
> >>
> >> Fair enough, done.
> >
> > Just to be picky, the uppercasing  instead of  lowercasing has'nt been
> > included
>
> Hmm. I didn't feel it was needed. However, it's changed now.

The current (changed) text is
[[
There is a case-insensitive match  of strings s1 and s2 if after
*lowercasing* both strings (by mapping a-*Z* to A-Z) they are
identical.
]]
please correct it to
[[
There is a case-insensitive match of strings s1 and s2 if after
uppercasing both strings (by mapping a-z to A-Z) they are identical.
]]

Thanks

Mohamed

-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Tuesday, 8 May 2007 10:21:31 UTC