clipboard-apis icon indicating copy to clipboard operation
clipboard-apis copied to clipboard

Clipboard API and events

Results 96 clipboard-apis issues
Sort by recently updated
recently updated
newest added

See the discussion in https://github.com/w3c/clipboard-apis/pull/197#issuecomment-1841380176. It has Agenda+ but in a closed PR, so I'm opening a new issue to make things a bit more clear.

RESOLVED

A few related comments: - the `read()` algorithm verifies permissions "in parallel", which is, AFAIU, a deprecated way to describe parallelism. Presumably this should be done on the permissions task...

* In the algorithm to [check clipboard read permission](https://www.w3.org/TR/clipboard-apis/#check-clipboard-read-permission), there is no reference to any [permission](https://www.w3.org/TR/permissions/#dfn-permission) and to avoid confusion the word "permission" should probably not be used in some...

The spec [mentions that the document must have focus](https://www.w3.org/TR/clipboard-apis/#privacy-async) but the read and write algorithms don't mention the focus check, which means it's unspecified when that check is enforced.

https://w3c.github.io/clipboard-apis/#dom-clipboarditem-supports calls directly into https://w3c.github.io/clipboard-apis/#optional-data-types but I don't understand how `type` ends up being compared here. This would benefit from a clearer description.

Hi! The clipboard is a powerful thing and it can be used to predict user actions - as it is already used in mobile devices. ## Idea In order for...

I get the impression here https://w3c.github.io/clipboard-apis/#reading-from-clipboard that the clipboard format image/svg+xml should be available when reading a data transfer object in the paste event. But I cannot get this to...

On Windows, according to the [mdn doc](https://learn.microsoft.com/en-us/windows/win32/dataxchg/html-clipboard-format), native apps need to write `` and `` tags to indicate the fragment start and end in the HTML markup. This information is...

RESOLVED

This issues proposes that the [MathML media-types](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml) also be included as mandatory media-types for [paste](https://w3c.github.io/clipboard-apis/index.html#reading-from-clipboard) and [copy](https://w3c.github.io/clipboard-apis/index.html#writing-to-clipboard) events: - [`application/mathml+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml) - [`application/mathml-presentation+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml-p) - [`application/mathml-content+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml-c) Indeed the [use case](https://w3c.github.io/clipboard-apis/index.html#change-default-clipboard-ops) includes mathematical...

I'm glad that most of the privacy and security considerations text is normative, particularly since mitigations are mentioned in these sections. Why is https://www.w3.org/TR/clipboard-apis/#pasting-html non-normative, and should that mark be...

security-tracker