Open
Description
While thinking on common patterns that might benefit from an invokeaction the topic of clipboard actions came to mind.
I'm thinking at least a "copy" action would be useful for copying the text contents of an element, be it a textarea, input or just a general html element displaying text.
This should require a user gesture to work (and follow any existing permission policy restrictions)
A paste or cut event could also be useful but (especially paste) may require further thought from a security POV.
Examples