Luke Warlow
Luke Warlow
Uhhh yeah that, that makes a lot more sense 😅😂.
Removing stale as this is definitely something we still need to come up with a solution for. Even if it's an updated codepen that demonstrates how you could go about...
Yeah the dialog role bit at least I think is redundant unless we need it on that element for one of the other elements to link to?
Given you'll need script for the search functionality itself (at least initially) it's not to bad if you need it to insert the input. Shame if the parser can't allow...
Given https://github.com/whatwg/html/issues/11288 it'd be good to get some sort of story around this. Even if it's "you can't do this yet", given previous discussions it would seem that it's at...
Authors will want the ability to control how search works (startsWith or contains for example). They'll also want the ability to react to changes in the value via script for...
This is solved by the attribute reflection algorithm.
If you had a non-modal `` that you opened and then had a legacy `` that you wanted to show on top. Where perhaps that legacy dialog came from somewhere...
One potential use case is for initially open non-modal dialogs (cookie pop-ups?). See https://github.com/openui/open-ui/issues/941
Coming back to this, aside from the initially open case, a popover dialog won't interact with a form method="dialog" in the same way as a standard dialog does.