Skip to content

Commit

Permalink
Firefox Android only supports a[download] for blob:/data: URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 17, 2025
1 parent 4cd27eb commit 01f6596
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion html/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@
"firefox": {
"version_added": "20"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "20",
"partial_implementation": true,
"notes": "Only supported for `blob:` and `data:` URLs. For other URLs, the value is ignored."
},
"ie": {
"version_added": false
},
Expand Down

0 comments on commit 01f6596

Please sign in to comment.