- From: Gary Kacmarcik <notifications@github.com>
- Date: Wed, 25 Jan 2017 11:20:40 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 January 2017 19:21:36 UTC
What's the correct way to tag functions (like `getModifierState(keyArg)`)? I tried ``` <dl dfn-for="MouseEvent"> ... <dt><dfn function>getModifierState(keyArg)</dfn></dt> ... </dl> ``` But it didn't link to the IDL like the `<dfn attribute>`s did. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/110#issuecomment-275205528
Received on Wednesday, 25 January 2017 19:21:36 UTC