mirror of https://github.com/sveltejs/svelte
feat: Add `closedby` to `HTMLDialogAttributes` (dialog element) (#15458)
* Adding the `closedby` attribute to dialog element Spec: https://html.spec.whatwg.org/#attr-dialog-closedby * Adding changeset * Update .changeset/metal-spoons-scream.md --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/15466/head
parent
c5912aad71
commit
3326bd8ae7
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: Add `closedby` property to HTMLDialogAttributes type
|
Loading…
Reference in new issue