- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Dec 2016 07:36:01 +0000
- To: public-houdini-archive@w3.org
bzbarsky has just created a new issue for
https://github.com/w3c/css-houdini-drafts:
== [css-layout-api] VoidFunction is also defined in another spec ==
https://drafts.css-houdini.org/css-layout-api/#registering-a-layout
has:
callback VoidFunction = void ();
but VoidFunction is also defined in
https://webaudio.github.io/web-audio-api/#AudioWorkletGlobalScope and
a conformant IDL parser will error out on the duplicate definition of
the name.
We _could_ change IDL to allow this sort of thing: identical callback
definition sharing a name. Or we could change these two specs to
reference VoidFunction as defined in some one place.
Please view or discuss this issue at
https://github.com/w3c/css-houdini-drafts/issues/335 using your GitHub
account
Received on Monday, 19 December 2016 07:36:07 UTC