Skip to content

Commit

Permalink
Firefox Android only supports a[download] for blob:/data: URI s…
Browse files Browse the repository at this point in the history
…chemes (#25691)

* Firefox Android only supports `a[download]` for `blob:`/`data:` URLs

* Update html/elements/a.json

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
caugner and Elchi3 authored Jan 17, 2025
1 parent 98e1cd2 commit 0bcc104
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 supports `blob:` and `data:` URI schemes. Other schemes are ignored."
},
"ie": {
"version_added": false
},
Expand Down

0 comments on commit 0bcc104

Please sign in to comment.