When a browser's Accept request header says something like the following:
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Does that mean that application/xml, application/xhtml+xml, and text/html all have a quality param of 0.9?
Or does it mean that application/xml and application/xhtml+xml have the default (q=1) and text/html has the q=0.9 param?
I'm assuming the former, but was hoping someone knew more definitively.