Connecting Tech Pros Worldwide Help | Site Map

W3C working draft of XMLHttpRequest is released

  #1  
Old April 5th, 2006, 11:35 PM
VK
Guest
 
Posts: n/a
The Web API Working Group has released the First Public Working Draft
of The XMLHttpRequest Object.

<http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/>


P.S. Finally some good movement after this over-extended "there will be
no XHTML" groggy state.

  #2  
Old April 6th, 2006, 01:15 AM
Luke Matuszewski
Guest
 
Posts: n/a

re: W3C working draft of XMLHttpRequest is released



VK napisal(a):[color=blue]
> The Web API Working Group has released the First Public Working Draft
> of The XMLHttpRequest Object.
>
> <http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/>
>
>
> P.S. Finally some good movement after this over-extended "there will be
> no XHTML" groggy state.[/color]

Still i would like to see responseJSON, but i will require to
standarize the JSON structures as well to define bindings for
languages... which means 'they' will probably not do it... still the
draft is in its early stage...

  #3  
Old April 6th, 2006, 03:45 AM
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a

re: W3C working draft of XMLHttpRequest is released


Luke Matuszewski wrote:
[color=blue]
> VK napisal(a):[color=green]
>> The Web API Working Group has released the First Public Working Draft
>> of The XMLHttpRequest Object.
>>
>> <http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/>
>>
>>
>> P.S. Finally some good movement after this over-extended "there will be
>> no XHTML" groggy state.[/color]
>
> Still i would like to see responseJSON, but i will require to
> standarize the JSON structures as well to define bindings for
> languages... which means 'they' will probably not do it...[/color]

Just because you said so? You are free and welcome to subscribe
to the mailing list. Please stop talking about the W3C as if it
was a large body you have no influence over.
[color=blue]
> still the draft is in its early stage...[/color]

See?


PointedEars
  #4  
Old April 6th, 2006, 10:50 AM
Jim Ley
Guest
 
Posts: n/a

re: W3C working draft of XMLHttpRequest is released


On 5 Apr 2006 17:04:55 -0700, "Luke Matuszewski"
<matuszewski.lukasz@gmail.com> wrote:
[color=blue]
>
>VK napisal(a):[color=green]
>> The Web API Working Group has released the First Public Working Draft
>> of The XMLHttpRequest Object.
>>
>> <http://www.w3.org/TR/2006/WD-XMLHttpRequest-20060405/>
>>
>>
>> P.S. Finally some good movement after this over-extended "there will be
>> no XHTML" groggy state.[/color]
>
>Still i would like to see responseJSON, but i will require to
>standarize the JSON structures as well to define bindings for
>languages... which means 'they' will probably not do it... still the
>draft is in its early stage...[/color]

The draft is only defining what current interopable implementations do
so that future UA developers know the minimum they have to develop.

Later versions will address such expansions as responseJSON.

Jim.
Closed Thread