smaug----

Results 251 comments of smaug----

Looks like the algorithms in DOM could almost handle this. Need to be careful with MutationRecords.

> At least in Firefox, we plan to put this behind a preference that's initially only enabled in Nightly. Well, first someone will need to take a look at the...

Seems like we need some more data here from the use counters, so dropping agenda+ for now.

It is a bit unclear why a worklet would be used and not a (temporary) dedicated worker. IDB and fetch etc are after all defined to work in workers. Do...

I'm likely missing something here, but since mousedown triggers select's popup to be shown, aren't there cases when just relying on click here then immediately dismisses it.

Do we expect that appearance:base-select selects might be still useable in UAs which don't support it (fall back to the old style select)? If so, having different model for showPicker()...

Not throwing means unreliable API and in order for the caller to know if the method call succeeded or not, one needs to always check what value is stored in...

Wouldn't the proposal be rather problematic with fullscreen? First user triggers fullscreen on C and browser tells about C being in fullscreen. Then B steals focus from C and all...

Where is it documented that the current spec'ed behavior is not the intent of the feature? (other than here in this pr the proposal to change the behavior). What is...

Yes, I've attended probably all those WHATNOT meetings ;). I brought up a possible issue here and I expect that someone will either explain why it is not a problem,...