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.
1 parent 51bc1df commit 0a0efa4Copy full SHA for 0a0efa4
data/html-element-groups.json
@@ -72,7 +72,7 @@
72
{ "name": "Checkbox", "status": "Yes" },
73
{ "name": "Select", "status": "No" },
74
{ "name": "Color picker", "status": "No" },
75
- { "name": "File picker", "status": "No" },
+ { "name": "File picker", "status": "Yes" },
76
77
{ "name": "Output", "status": "No" },
78
{ "name": "Meter", "status": "No" },
@@ -86,7 +86,7 @@
86
{
87
"name": "<canvas>",
88
"status": "Yes",
89
- "notes": "A propreitary API to render a raw WGPU texture is supported"
+ "notes": "A proprietary API to render a raw WGPU texture is supported"
90
},
91
{ "name": "<iframe>", "status": "No" },
92
{ "name": "<fencedframe>", "status": "No" },
0 commit comments