Re: [w3c/uievents] Mark up IDL attributes properly (#110)

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