Luke Warlow
Luke Warlow
The "something is currently happening" state is something common to other buttons too though so perhaps that says we need a separate primitive for it? It's common to have a...
One case that I can think of is a cobrowsing functionality where the current pages DOM is serialised sent across the wire and reconstructed on the other side. Though in...
It would be a nice HTML equivalent of `new XMLSerializer().serializeToString(document)` I guess too? Not sure how much that is used.
@domenic you mentioned you might have a use case for this in jsdom. I know that isn't actually using the platform it's recreating it but the use case might transfer?...
https://github.com/mozilla/standards-positions/issues/902 Mozilla Position request
Just as an fyi OpenUI have agreed (https://github.com/openui/open-ui/issues/952#issuecomment-1834461595) to an initial scope for invokers of just popover and dialog actions, along with custom actions. So the extra proposed actions such...
Coming back to this are there any thoughts that the WebKit team would like to share on how this can be improved to gain their support. I think the proposal...
One key difference between click and invoke is that invoke is fired on the target NOT the trigger. So one benefit is it flips the status quo allowing you to...
Semantically the click is on the button, `clicktarget` feels to me likes it's forwarding the click elsewhere, which it's not doing, it's responding to the click by doing something ("invoking"...
Draft PR to give a rough idea of what this could look like https://github.com/whatwg/html/pull/10157