Skip to content

Commit 8b61ce5

Browse files
saschanazElchi3
authored andcommitted
Edge 17 or older doesn't support custom filename for a[download] (#2946)
1 parent 69c2aca commit 8b61ce5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

html/elements/a.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,19 @@
166166
"chrome_android": {
167167
"version_added": null
168168
},
169-
"edge": {
170-
"version_added": "13",
171-
"notes": "Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7160092/'>bug 7160092</a>)."
172-
},
169+
"edge": [
170+
{
171+
"version_added": "18"
172+
},
173+
{
174+
"version_added": "13",
175+
"partial_implementation": true,
176+
"notes": [
177+
"Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7160092/'>bug 7160092</a>).",
178+
"Edge 17 or older didn't follow the attributes' value to determine filename (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7260192/'>bug 7260192</a>)."
179+
]
180+
}
181+
],
173182
"edge_mobile": {
174183
"version_added": true
175184
},

0 commit comments

Comments
 (0)