Joey Arhar
Joey Arhar
> Absolutely, so there's an open issue regarding lack of feature detection for showPicker() https://github.com/whatwg/html/issues/7790 and that links to a TAG design review comment https://github.com/w3ctag/design-reviews/issues/688#issuecomment-993788883 Thanks! @domenic do you think...
> I'd like @smaug---- to look at this as well and maybe @rniwa. I tend to agree that events for UI changes should happen before the next paint, but I'm...
Thanks! I'll go ahead with this change then
I created a PR to switch to microtasks: https://github.com/whatwg/html/pull/9775
Since this is going to be a breaking change, there is a chance that I have to roll it back once I ship it in chrome. Assuming that I can...
I filed standards positions: - https://github.com/WebKit/standards-positions/issues/263 - https://github.com/mozilla/standards-positions/issues/901
Yeah I suppose there isn't as much value for popovers given beforetoggle. Details elements don't have beforetoggle though. > This creates a weird situation where the event could fire before...
I agree with domenic that we should keep them all the same, and I don't think that making any of them synchronous instead of async or microtask would be great....
If yall really want to make dialog close synchronous, then I'll do it carefully with a flag and go back on it if it breaks websites. I feel more confident...
> I hope other implementers are interested and that it's web-compatible. I will ship this behind a flag, and I will let yall know if any issues come up. I...