Joey Arhar

Results 314 comments of Joey Arhar

Thanks for the feedback! > What does "block-level ancestor element" mean in this case? An inline-block is a block inside, but not outside, for example. Also probably should reference "block...

This was discussed at OpenUI today: https://www.w3.org/2023/08/31-openui-minutes.html#:~:text=openui/open%2Dui.-,Invoker%20Buttons%20%2D%20allowing%20popover/dialog%20and%20more%20to%20be%20invoked%20without%20JS,-masonf%3A%20this

I'm not sure if these have already been discussed or not, but these feature requests for `popovertarget` should also be considered for this new attribute: * https://github.com/whatwg/html/issues/9110 * https://github.com/whatwg/html/issues/9109

This seems to accurately describe what I implemented in chromium here, so I am supportive: https://chromium-review.googlesource.com/c/chromium/src/+/5235516

Ah ok, I can see that calling element.click() on `` currently opens the picker, so if we made it check for and consume user activation, that could be a breaking...

> My only concern with this is, stylable select will be a popover so does it really need to be concerned with user activation? No it shouldn't, and you can...

I am adding some new tests which need this fixed here: https://github.com/web-platform-tests/wpt/pull/34169

I'm working on a bunch of reftests which need testdriver for user activation here: https://github.com/web-platform-tests/wpt/tree/master/html/semantics/forms/the-select-element/stylable-select

> I realized we should put such tests in wpt_internal until this issue is fixed. @josepharhar WDYT? That sounds fine to me

> adding a checkmark is just going to create more work for ourselves making a good way to style it Agreed, in the OP I almost said "I have so...