Luke Warlow

Results 584 comments of Luke Warlow
trafficstars

@faizanakram99 are you interested in pulling the neccesary research together to get an idea for if this is handled by any design systems currently?

The only thing that wouldn't handle is more complex form submissions but I can't think of a time I've ever put a confirmation on something that isn't a delete action....

> both require changing the markup though ... So would a new "confirmationmessage" attribute?

Sounds like you're making a form that can do multiple things at once and you want some branching to determine whether to confirm. At that point you're better off just...

My thinking on this is that more verbosity is better, makes them easily discoverable. dark-only might make someone think this hides this element in dark mode. For an existing example...

To clarify is there a specific reason against ``?

See https://github.com/openui/open-ui/issues/857 for a request for interest support on abbr elements.

Just while I remember I thought I'd note it down one use case for interesttarget (at least the focus aspect) on inputs in general is the `` type scenario where...

@adactio could you open a new issue for that discussion? Fwiw it would be invoketarget rather than interesttarget (click vs hover), also fullscreen API is already included! Glad to get...

Another thought is something like an input type file where it is at its core a button. We support buttons should we allow hovering and focus triggering for a file...