Re: [heycam/webidl] Added a definition of {{StringContext}} extended attribute. (#841)

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