--- xhrorig.html 2014-06-21 11:44:55.130167700 +0100 +++ xhrjr.html 2014-06-21 11:58:46.419338100 +0100 @@ -367,7 +367,7 @@

HTTP

A conforming user agent must support some version of the HTTP protocol. Requirements regarding HTTP - are made throughout the specification. [HTTP] + are made throughout the specification. [HTTPMSG]

Progress Events

A conforming user agent must support the @@ -775,7 +775,7 @@ settings object's API referrer source otherwise. -

  • If method does not match the Method +

  • If method does not match the Method token production, throw a JavaScript TypeError.

  • @@ -921,12 +921,12 @@ "InvalidStateError" exception.

  • If header does not match the - field-name production, + field-name production, throw a JavaScript TypeError.

  • If value does not match the - field-value production, + field-value production, throw a JavaScript TypeError.

    An empty string represents an empty header field value. @@ -1473,7 +1473,7 @@ validation (e.g. If-None-Match or If-Modified-Since), in which case 304 Not Modified responses must be passed through. - [HTTP] + [HTTPSEM]


    @@ -1494,7 +1494,7 @@

  • Responses must have the content-encodings - automatically decoded. [HTTP] + automatically decoded. [HTTPSEM]


    @@ -1861,7 +1861,7 @@

    A response header is a HTTP response header transmitted before the response entity body. - [HTTP] + [HTTPMSG]

    This excludes trailer fields ("trailers"). @@ -2059,12 +2059,12 @@


    The response entity body is the - fragment of the entity body of the + fragment of the payload body of the response received so far (LOADING) or the complete - entity body of the response + payload body of the response (DONE). If the response - does not have an entity body, the + does not have an payload body, the response entity body is null.

    The response entity body is updated as part @@ -2675,11 +2675,14 @@

    [HTML]
    HTML, Robin Berjon, Travis Leithead, Erika Doyle Navara et al.. W3C. -
    [HTTP] -
    Hypertext Transfer Protocol -- HTTP/1.1, Roy Fielding, James Gettys, Jeffrey Mogul et al.. IETF. +
    [HTTPMSG] +
    Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing, Roy Fielding, Julian Reschke. IETF. + +
    [HTTPSEM] +
    Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content, Roy Fielding, Julian Reschke. IETF.
    [HTTPAUTH] -
    HTTP Authentication: Basic and Digest Access Authentication, J. Franks, Phillip Hallam-Baker, J. Hostetler et al.. IETF. +
    Hypertext Transfer Protocol (HTTP/1.1): Authentication, Roy Fielding, Julian Reschke. IETF.
    [HTTPVERBSEC]
    Multiple vendors' web servers enable HTTP TRACE method by default. US-CERT.