aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur
diff options
context:
space:
mode:
authorGravatar Sergey Mironov <grrwlf@gmail.com>2014-10-26 14:07:07 +0000
committerGravatar Sergey Mironov <grrwlf@gmail.com>2014-10-26 14:07:07 +0000
commitddf8af1e904229658f996ef86ade6d91b68f3a5b (patch)
tree1668a65c7db821d35216a4a09c2566957cfdb07b /lib/ur
parent764069027ddaf9b0669bb8071bd520be8c63be95 (diff)
Add 'download' attribute to <a/>, part of HTML5
Diffstat (limited to 'lib/ur')
-rw-r--r--lib/ur/basis.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 326563d6..b8e52582 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -914,7 +914,7 @@ val time : bodyTag boxAttrs
val wbr : bodyTag boxAttrs
val bdi : bodyTag boxAttrs
-val a : bodyTag ([Link = transaction page, Href = url, Target = string, Rel = string] ++ boxAttrs)
+val a : bodyTag ([Link = transaction page, Href = url, Target = string, Rel = string, Download = string] ++ boxAttrs)
val img : bodyTag ([Alt = string, Src = url, Width = int, Height = int,
Onabort = transaction unit, Onerror = transaction unit,