- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 14 Feb 2020 09:44:41 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 February 2020 17:44:54 UTC
Just to clarify, the intent is that this is valid: ``` void foo(([StringContext] DOMString or Node) arg); ``` right? But probably not: ``` void foo([StringContext] (DOMString or Node) arg); ``` per the discussion in https://github.com/heycam/webidl/issues/827 ? And in particular, in this case the sanitizer should be invoked if the passed-in thing is not a Node, but _not_ invoked if it is a Node? -- 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/pull/841#issuecomment-586394503
Received on Friday, 14 February 2020 17:44:54 UTC