- From: shwetabin <notifications@github.com>
- Date: Tue, 23 Jun 2026 01:43:49 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 June 2026 08:43:53 UTC
@shwetabin commented on this pull request.
> @@ -830,6 +832,20 @@ url: https://storage.spec.whatwg.org/#obtain-a-storage-key-for-non-storage-purpo
A {{ClipboardItem}} object has an associated <dfn for="ClipboardItem">types array</dfn>, which is a {{FrozenArray}}<{{DOMString}}>.
+ A {{ClipboardItem}} object has an associated <dfn for="ClipboardItem">clipboard change count at read</dfn>, which is initially null. When the {{ClipboardItem}} is created from {{Clipboard/read()}}, this is set to the [=clipboard change count=] at the time the [=system clipboard data=] was snapshotted.
Removed the duplicated non-normative "When the ClipboardItem is created from read()…" sentences from the three dfns; normative setters already exist in read()
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/248#discussion_r3458267182
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/clipboard-apis/pull/248/review/4551502536@github.com>
Received on Tuesday, 23 June 2026 08:43:53 UTC