Re: HTTP Accept header fields sent with stylesheet requests

On 2011-05-10 14:57, Julian Reschke wrote:
> ...where the stylesheet is referenced from an XML resource using the
> stylesheet processing instruction.
>
> Format: (type-param-in-processing-instruction -> accept-header-field-sent)
> ...

Updated results:


Firefox 5:

text/css -> Accept: text/css,*/*;q=0.1

text/xsl -> text/xml,application/xml,application/xhtml+xml,*/*;q=0.1

application/xslt+xml -> not supported


Firefox 7 ("aurora"):

text/css -> text/css,*/*;q=0.1

text/xsl -> 
text/xml,application/xml,application/xhtml+xml,application/xslt+xml,*/*;q=0.1

application/xslt+xml -> 
text/xml,application/xml,application/xhtml+xml,application/xslt+xml,*/*;q=0.1


IE9:

text/css -> text/css

text/xsl ->  */*

application/xslt+xml ->  */*


Safari 5.1:

text/css -> text/css,*/*;q=0.1

text/xsl -> text/xml, application/xml, application/xhtml+xml, text/xsl,

application/rss+xml, application/atom+xml
application/xslt+xml -> not supported


Opera 11.50:

text/css -> text/html, application/xml;q=0.9, application/xhtml+xml, 
image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1

text/xsl -> text/html, application/xml;q=0.9, application/xhtml+xml, 
image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1

application/xslt+xml -> not supported


Chrome 13:

text/css -> text/css,*/*;q=0.1

text/xsl -> text/xml, application/xml, application/xhtml+xml, text/xsl, 
application/rss+xml, application/atom+xml

application/xslt+xml -> not supported


Konqueror 4.6:

text/css -> text/css,*/*;q=0.1

text/xsl -> not supported

application/xslt+xml -> not supported

Received on Monday, 8 August 2011 11:48:43 UTC