We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent 0fa9d16 commit 1c75b9aCopy full SHA for 1c75b9a
.changeset/late-peaches-mate.md
@@ -0,0 +1,5 @@
1
+---
2
+"svelte": patch
3
4
+
5
+Add `name` to HTMLDetailsAttributes
packages/svelte/elements.d.ts
@@ -906,6 +906,7 @@ export interface HTMLDataAttributes extends HTMLAttributes<HTMLDataElement> {
906
907
export interface HTMLDetailsAttributes extends HTMLAttributes<HTMLDetailsElement> {
908
open?: boolean | undefined | null;
909
+ name?: string | undefined | null;
910
911
'bind:open'?: boolean | undefined | null;
912
0 commit comments