Opened 11 years ago
Closed 9 years ago
#12077 closed New Feature (fixed)
Add support for HTML5 "download" attribute in link (a) elements
Reported by: | Urs Wolfer | Owned by: | Szymon Kupś |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
It would be nice to have a checkbox for setting the download attribute for a elements in the link dialog (tab: "Target").
Additionally, an optional text-field could be added for setting the suggested name of a download.
See also:
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.0 |
Confirmed.
Additionally, an optional text-field could be added for setting the suggested name of a download.
I believe this issue os covered here: http://dev.ckeditor.com/ticket/11277
comment:3 Changed 10 years ago by
Pull request is online: https://github.com/ckeditor/ckeditor-dev/pull/129
comment:4 Changed 9 years ago by
Milestone: | → CKEditor 4.6.0 |
---|
comment:5 Changed 9 years ago by
Owner: | set to Szymon Kupś |
---|---|
Status: | confirmed → review |
comment:6 Changed 9 years ago by
I merged changes into major branch with git:6eaa9e4.
I've added tests and requiredContent
field for the checkbox so it can be activated/deactivated by content filter.
Closed PR: https://github.com/ckeditor/ckeditor-dev/pull/129.
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
This attribute seems to be handled by Chrome and FF so far, IE11 still doesn't handle it according to caniuse.