Re: [webkit-dev] Feedback on Blink's text fragment directive proposal

2021-06-08 Thread Thomas Steiner via webkit-dev
Hi all, Seems like Quick Notes, announced at WWDC2021 (deep-link: https://youtu.be/0TD96VTf0Xs?t=2832), implements the behavior of Text Fragments, including the highlighting part and the disambiguation of duplicate texts (see my screencast https://youtu.be/4MzxJGZvt1Y). I fail to reverse-engineer

[webkit-dev] Request for position: EME MediaKeySession Closed Reason

2021-06-08 Thread 王消寒
This is a request for WebKit's position on the "EME MediaKeySession Closed Reason" proposal: *Links* - W3C EME spec issue/explainer: https://github.com/w3c/encrypted-media/issues/473 - W3C EME spec Pull Request: https://github.com/w3c/encrypted-media/pull/487 - Previous Media Worki

[webkit-dev] ImageBitmap support

2021-06-08 Thread Ken Russell via webkit-dev
Hi WebKit folks, Does anyone have thoughts on bringing ImageBitmap support out from behind the experimental feature flag in Safari? As part of recent WebGL feature work, several missing code paths were enhanced, and now all of the ImageBitmap creation paths from various sources like videos, Image

[webkit-dev] Use of Swift (for bridging) in the WebKit project

2021-06-08 Thread Jer Noble via webkit-dev
Hi all! We're working on some new features that currently use APIs exposed through Swift. We have not yet approved writing and committing WebKit code in Swift, given runtime, library, and just plain mental overhead that comes with adding a new language to the project. But I'd argue that doing s

Re: [webkit-dev] Use of Swift (for bridging) in the WebKit project

2021-06-08 Thread Sam Weinig via webkit-dev
Hi Jer, I think it sounds like a reasonable rule to allow Swift for bridging purposes only, with the caveat that we should prefer Objective-C/C where it can be used. The one other place that Swift seems reasonable for WebKit is in the definition and refinement of Swift bindings to WebKit’s publ

[webkit-dev] Request for Position on alignment keywords in flexbox

2021-06-08 Thread David Grogan via webkit-dev
Hi WebKit devs, I'm making Blink's flexbox implementation support the keywords start, end, self-start, self-end, left, right. I.e. finishing flexbox's implementation of https://drafts.csswg.org/css-align-3/#positional-values. Neither Blink n

[webkit-dev] Request for Position: accent-color CSS property

2021-06-08 Thread Joey Arhar via webkit-dev
Hello WebKit devs, I am implementing the accent-color CSS property in Chromium, and I would like to hear WebKit's position on the feature. Chromestatus entry: https://chromestatus.com/feature/4752739957473280 Spec: https://drafts.csswg.org/css-ui-4/#widget-accent CSSWG spec issue: https://github.c