- From: CSS Meeting Bot <notifications@github.com>
- Date: Thu, 08 Jan 2026 08:22:39 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/clipboard-apis/issues/240/3724639219@github.com>
css-meeting-bot left a comment (w3c/clipboard-apis#240) The Web Editing Working Group just discussed `Selective clipboard format read`. <details><summary>The full IRC log of that discussion</summary> <dandclark> topic: Selective clipboard format read<br> <dandclark> github: https://github.com/w3c/clipboard-apis/issues/240<br> <dandclark> Ashish: Last time we discussed adding telemetry<br> <whsieh> discussion: add telemetry<br> <whsieh> (oh, thanks for scribing dan!)<br> <dandclark> ...to see if we should move ahead with making getType() lazy<br> <dandclark> ...based on telemetry so far the instances where data chantged between calls is 1 in a million pageloads<br> <dandclark> ...so if we make getType lazy it could throw, or return empty string, if data is stale<br> <dandclark> ...throwing has higher compat risk for Chromium<br> <dandclark> ...would Safari be willing to make change to return empty change for stale data if Chromium changes getType to be lazy?<br> <dandclark> whsieh: instead of throwing ex, return empty string? Seems OK<br> <dandclark> ...willing to do that if we don't already<br> <dandclark> Ashish: And would FF be willing to change to this behavior?<br> <dandclark> ...if Chromium goes first<br> <dandclark> whsieh: Do we have anyone from FF on the call?<br> <dandclark> ...don't think so<br> <dandclark> dandclark: Ashish can you follow up with Olli in the thread?<br> <dandclark> Ashish: Yes<br> <dandclark> ...One more point regarding what to do if getType is called when document not in focus<br> <dandclark> ...currently we don't allow the read when not focused<br> <dandclark> ...But getType call succeeds when window is not in focused. Should we change this if getType is made lazy?<br> <dandclark> whsieh: As long as items have been read when document has focus<br> <dandclark> Ashish: But we're not reading data unless we have getType<br> <dandclark> whsieh: Focus restriction is only for getting items<br> <dandclark> ...even in background, can get data that was lazily delivered<br> <dandclark> whsieh: Might be compat issue if we started restricting getting type when document is in background<br> <dandclark> ...from WebKit perspective, probably safer to keep status quo, allow reading in background as long as items were obtained when you were active<br> <dandclark> dandclark: We should have WPTs<br> <dandclark> whsieh: Can you focus away from window in WPT<br> <dandclark> dandclark: I think you can have popup<br> <whsieh> https://github.com/w3c/input-events/issues/176<br> <dandclark> Rohan?: Or use iframe<br> <dandclark> johanneswilm: This has been mentioned before, we took up at TPAC<br> <dandclark> ...is the question of being able to isolate the composition<br> <dandclark> ...comments from Masayuki, some new data<br> <dandclark> ...Anyone from Mozilla want to discuss?<br> <dandclark> ...Masayuki implemented something not to spec to get around this problem<br> <dandclark> ...related to spec change he proposed in 2018<br> <dandclark> ...Let's wait until we have Mozilla people<br> <whsieh> https://github.com/w3c/input-events/issues/177<br> <dandclark> johanneswilm: Issue with WPTs that were introduced<br> <dandclark> ...Looks related to Chromium<br> <dandclark> ...Can we get someone to take a look?<br> <dandclark> dandclark: Rakesh could you follow up with Utkarsh re: https://chromium-review.googlesource.com/c/chromium/src/+/5443103 ?<br> <dandclark> ...to answer questions on the github issue?<br> </details> -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/240#issuecomment-3724639219 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/240/3724639219@github.com>
Received on Thursday, 8 January 2026 16:22:43 UTC