This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29000 - mapping for download attribute?
Summary: mapping for download attribute?
Status: RESOLVED INVALID
Alias: None
Product: ARIA
Classification: Unclassified
Component: HTML AAM (show other bugs)
Version: 1.1
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 15:44 UTC by steve faulkner
Modified: 2018-05-03 21:19 UTC (History)
3 users (show)

See Also:


Attachments

Description steve faulkner 2015-07-28 15:44:57 UTC
http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#att-download

need to file browser bugs, start discussion about how to expose to AT
Comment 1 Jason Kiss 2015-07-29 02:51:49 UTC
Just to get the ball rolling...

Wouldn't the download attribute affect the mapping for <a> and <area> much like href does? In other words, the download attribute itself is not mapped to the AAPIs (although its value may get used for the filename in the browser's save dialog if that's what the browser ends up doing when the download link is activated). But if an <a> or <area> have a download attribute (and obviously also an href), it affects how the <a> or <area> is mapped to the AAPI. In this case we could add new rows in the element mapping table for <a> with @download, and <area> with @download.

So the mappings would be the same as for <a> and <area> with href, namely leveraging the ARIA link role mappings. But additionally,

1. For IA2 and ATK, some kind of "download" object attribute?

2. For UIA, localized control type like "Link download"?

3. For AXAPI, an AXSubrole "Download" and AXRoleDescription "Link download"?
Comment 2 James Nurthen 2018-05-03 21:19:43 UTC
HTML AAM is no longer an ARIA Deliverable. If you wish to pursue this issue please file at https://github.com/w3c/html-aam/issues