Skip to content

Commit 0a0efa4

Browse files
committed
Mark file input as supported
Signed-off-by: Nico Burns <[email protected]>
1 parent 51bc1df commit 0a0efa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/html-element-groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{ "name": "Checkbox", "status": "Yes" },
7373
{ "name": "Select", "status": "No" },
7474
{ "name": "Color picker", "status": "No" },
75-
{ "name": "File picker", "status": "No" },
75+
{ "name": "File picker", "status": "Yes" },
7676

7777
{ "name": "Output", "status": "No" },
7878
{ "name": "Meter", "status": "No" },
@@ -86,7 +86,7 @@
8686
{
8787
"name": "<canvas>",
8888
"status": "Yes",
89-
"notes": "A propreitary API to render a raw WGPU texture is supported"
89+
"notes": "A proprietary API to render a raw WGPU texture is supported"
9090
},
9191
{ "name": "<iframe>", "status": "No" },
9292
{ "name": "<fencedframe>", "status": "No" },

0 commit comments

Comments
 (0)