[w3c/clipboard-apis] IDL doesn't link correctly (#83)

https://w3c.github.io/clipboard-apis/#clipboard-interface defines, e.g., `#dom-clipboard-write`. But this is accidentally separate from [`#clipboard-write-data`](https://w3c.github.io/clipboard-apis/#clipboard-write-data).

The fix here is to change

```html
  <h4 id="h-clipboard-write-data"><dfn>write(|data|)</dfn></h4>
```

to

```html
  <h4 method for="Clipboard">write(|data|)</h4>
```

and do the same for all other method headings.

-- 
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/clipboard-apis/issues/83

Received on Wednesday, 17 October 2018 13:49:46 UTC