diff lib/ur/basis.urs @ 2138:3ca67d73fa5d

Add fieldset and legend tags
author Julian Squires <julian@cipht.net>
date Mon, 04 May 2015 13:22:29 -0400
parents e8863d9f8c59
children d857da05f042
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun May 03 09:40:13 2015 -0400
+++ b/lib/ur/basis.urs	Mon May 04 13:22:29 2015 -0400
@@ -1028,6 +1028,9 @@
 
 val label : bodyTag ([For = id, Accesskey = string] ++ tableAttrs)
 
+val fieldset : bodyTag boxAttrs
+val legend : bodyTag boxAttrs
+
 
 (*** AJAX-oriented widgets *)