[Bug 15141] DedicatedWorkerGlobalScope IDL formatting is broken

2011-12-10 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15141 Michael[tm] Smith m...@w3.org changed: What|Removed |Added CC||public-webapps@w3.org

Re: [XHR] responseType json

2011-12-10 Thread Jarred Nicholls
I'd like to bring up an issue with the spec with regards to responseText + the new json responseType. Currently it is written that responseText should throw an exception if the responseType is not or text. I would argue that responseText should also return the plain text when the type is json.