- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 17 Oct 2018 06:49:24 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 October 2018 13:49:46 UTC
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