Wenson Hsieh

Results 18 comments of Wenson Hsieh

My understanding is that we will only allow web authors to programmatically show the keyboard using the Virtual Keyboard API in scenarios where authors are already capable of programmatically showing...

> @whsieh to pass the participation check, you need to make your membership in https://github.com/apple-whatwg publicly visible. Done, thanks!

Thank you for the comments, @annevk and @mtrootyy! I've updated the pull request accordingly, and will add a new subtest to the accompanying web-platform-tests PR that will cover autocorrection in...

> Ping @whsieh on finishing this up, especially the question about the presence/absence vs. value! Sorry for the delay! I plan to circle back on this soon.

> > I’m not sure this is the right fix. It changes the meaning of the Safari feature that disables JavaScript, arguably introducing a security hole. If Safari wants to...

Oh dear, it looks like the API test failure (ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenWhenZoomed) is real :/ I might need to adjust the approach here...

Cocoa platforms have a very similar concept to sequence numbers, called [changeCount](https://developer.apple.com/documentation/appkit/nspasteboard/1533544-changecount?language=objc). If this value changes between when the clipboard access is "approved" by the user and when the clipboard...

> @whsieh Re: [changeCount](https://developer.apple.com/documentation/appkit/nspasteboard/1533544-changecount?language=objc), does it change when the clipboard content changes or does is it only change whenever there is an ownership change? On Windows, the [sequence numbers](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getclipboardsequencenumber) changes...