06:58
<annevk>
jarhar: there was some feedback in the last WHATNOT call from Luke I believe, not sure it got minuted properly
07:41
<annevk>
Domenic: any reason you haven't landed https://github.com/whatwg/encoding/pull/345? Was my change wrong somehow?
07:43
<Domenic>
Domenic: any reason you haven't landed https://github.com/whatwg/encoding/pull/345? Was my change wrong somehow?
Oh no, your change seems good, I was just leaving it up to the editor to land :)
10:39
<Luke Warlow>
jarhar: there was some feedback in the last WHATNOT call from Luke I believe, not sure it got minuted properly
I added it to the issue already.
10:40
<Luke Warlow>
Anyone have feedback for this? https://github.com/whatwg/html/pull/11186 @keithamus:matrix.org
Might be worth looking at Alice's suggestion on the command event composed issue. As that would have an impact on this too.
11:43
<freddy>
I am away on vacation this week. I don't think there's a plan to do that.
13:12
<evilpie>
emilio: any other ideas how to make this marquee test more reliable? https://bugzilla.mozilla.org/show_bug.cgi?id=1962069#c7
13:14
<evilpie>
Would using the Ahem font help?
16:57
<acr>

I've a doubt, this interface

interface mixin GPUObjectBase {
    attribute USVString label;
};

is there a default value that is derived from it (for label), without an extra context?

16:57
<acr>
I read the spec but didn't find one, or may be misreading its meaning.
16:58
<annevk>
acr: no there's not. Something needs to define the label getter and setter steps. If those algorithms are not defined, please file an issue.
16:59
<acr>
im not sure, im somewhat new to reading these things, and doing it for curiosity only
17:00
<acr>
It's 3.1.2 what im taking a look at: https://www.w3.org/TR/webgpu/#abstract-opdef-create-a-new-webgpu-object
17:03
<annevk>
acr: it's not great as it doesn't define the label getter/setter steps and it manipulates the label as if it's not public API, but you can kinda figure out what they meant
17:03
<acr>

Only later on, it says:

GPUObjectDescriptorBase has the following members:

label, of type USVString, defaulting to ""
The initial value of GPUObjectBase.label.

17:03
<annevk>
In that label is initialized to the dictionary label member, which defaults to the empty string.
17:04
<annevk>
Oh yeah, specifications are fairly often non-linear.
17:05
<acr>
I don't understand, is the default value for GPUObjectBase.label "" then?
17:12
<annevk>
acr: once the object is initialized through that algorithm, yeah
21:05
<smaug>
Jake Archibald: https://html.spec.whatwg.org/multipage/interaction.html#consume-history-action-user-activation crosses cross-site boundaries, right?
21:06
<smaug>
https://html.spec.whatwg.org/multipage/interaction.html#user-activation-processing-model limits to same origin
23:15
<Alice (in Sydney)>
ToggleEvent was one of the events I proposed adding a source to in https://github.com/WICG/webcomponents/issues/1098, so that works nicely with that logic.