sb3nder

Results 16 comments of sb3nder

this just a workaround for the v1.26.0 and v1.26.1 which I tested, it has the problem than it needs the correct uuid which i think differ for every machine, so...

@valler Is this fixed for you now? If so, you can close this.

If I understand correctly, this PR will change user-facing behavior from: (the arrows indicate a `pointerdown` `pointerup` pair, with red indicating light dismiss and green indicating no action) to If...

Thank you, I tested with the Experimental Web Platform features enabled, and everything works fine for me: But I’m having a hard time understanding from the spec how, with just...

Looks good to me! ~~My only nitpick is that, to open a modal dialog on pointerdown, one has to call preventDefault() on the cancel event, while for a popover it...

Hi @domenic, Chrome, Firefox, and Safari now match `:active` when pressing the space key on `` and ``. Do you think it’s worth considering adding these two input types to...

I did some testing regarding the `keydown` → `keyup` → `click` interaction: https://github.com/w3c/aria-practices/issues/1229#issuecomment-3601957593 It seems like only Internet Explorer is bug free.

Taking inspiration from base-select behavior, I tried to write some spec text. Drag selection applies when `pointerdown` target is outside `` and `pointerup` is inside.\ (it does not seem to...

I think that not considering directionality should be the default behavior, and we should avoid adding an option to support directionality unless there are compelling real-world examples. The only example...

Buttons, or button‑like elements, can usually be interacted with using a full Space keystroke: `keydown` → `keyup` → `click`. There are many nuances in how this sequence can be implemented,...