- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 22 Nov 2016 07:04:44 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 22 November 2016 15:34:58 UTC
> but there's nothing that guarantees that will remain to be the case There certainly is in implementations: the actual thing representing that record is typed as a map from DOMString to DOMString. I thought that this was also the case for spec-land in the sense that adding something other than a DOMString->DOMString mapping to such a record was an invalid thing to do, just like adding a Document to a `sequence<Element>` is an invalid thing to do. But it sounds like you're arguing that the latter is somehow OK too? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/240#issuecomment-262264350
Received on Tuesday, 22 November 2016 15:34:58 UTC