Skip to content

Commit

Permalink
html.elements.a.download: clarify Firefox for Android note (#25758)
Browse files Browse the repository at this point in the history
* `html.elements.a.download`: clarify Firefox for Android note and remove
partial

* `html.elements.a.download`: append Firefox for Android bug link
  • Loading branch information
ddbeck authored Jan 24, 2025
1 parent aa4c093 commit a16cbfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@
},
"firefox_android": {
"version_added": "20",
"partial_implementation": true,
"notes": "Only supports `blob:` and `data:` URI schemes. Other schemes are ignored."
"notes": "The attribute's filename value only affects the suggested file name for the `blob:` and `data:` URI schemes. Other schemes ignore the suggested filename. See [bug 1845642](https://bugzil.la/1845642)."
},
"ie": {
"version_added": false
Expand Down

0 comments on commit a16cbfb

Please sign in to comment.