From 0efcff1b495fba8885657905e9cdae7c4308a0c0 Mon Sep 17 00:00:00 2001 From: Julian Squires Date: Mon, 4 May 2015 13:22:29 -0400 Subject: Add fieldset and legend tags --- lib/ur/basis.urs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ur/basis.urs') diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 28384c2c..56c8d767 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -1028,6 +1028,9 @@ val image : ctx ::: {Unit} -> use ::: {Type} val label : bodyTag ([For = id, Accesskey = string] ++ tableAttrs) +val fieldset : bodyTag boxAttrs +val legend : bodyTag boxAttrs + (*** AJAX-oriented widgets *) -- cgit v1.2.3