- From: Patrick H. Lauke via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Nov 2019 22:41:16 +0000
- To: public-pointer-events@w3.org
patrickhlauke has just created a new issue for https://github.com/w3c/pointerevents:
== ReSpec error caused by MouseEventInit ==
Doing a bit of cleanup of some errors that creeped in after the merge of the extension, but am stuck with the last one.
"The term "`MouseEventInit`" is defined in `cssom-view`, `ui-events` in multiple ways, so it's ambiguous."
I thought the `data-cite` attribute we use for the IDL takes care of this, but apparently not...
```
<pre class="idl" data-cite="ui-events">
dictionary PointerEventInit : MouseEventInit {
...
</pre>
```
Anybody who's more ReSpec savvy than me have any pointers/ideas of how to resolve this last ReSpec error?
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/311 using your GitHub account
Received on Monday, 25 November 2019 22:41:18 UTC