w3c / beacon

Beacon
https://w3c.github.io/beacon/
Other
47 stars 22 forks source link

Firefox and Accept */* #6

Closed plehegar closed 9 years ago

plehegar commented 9 years ago

Firefox does not comply with step 8 of the processing model algorithm, specifically: [[ Append a Accept header with / as the value to headerList. ]]

Instead, it uses its own default setting. Should we consider it a firefox bug or should we update the spec to allow for browser specific/user settings?

igrigorik commented 9 years ago

@annevk @marcoscaceres do you guys know what the thinking was on FF side behind this?

annevk commented 9 years ago

I doubt that was intentional.

annevk commented 9 years ago

I recommend filing a bug and adding a testcase.

plehegar commented 9 years ago

I've been working on a testcase (thus my question) but need to improve it before sending a PR to wpt. I can file the bug once the testcase has been submitted. Closing this non-issue for now then (feel free to reopen if you would rather wait for the whole loop to be done instead).