summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ur/basis.urs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 5ed616a0..83608d8b 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -652,8 +652,8 @@ con resizeEvents = [Onresize = transaction unit]
con boxEvents = focusEvents ++ mouseEvents ++ keyEvents ++ resizeEvents
con tableEvents = focusEvents ++ mouseEvents ++ keyEvents
-con boxAttrs = [Id = string] ++ boxEvents
-con tableAttrs = [Id = string] ++ tableEvents
+con boxAttrs = [Id = string, Title = string] ++ boxEvents
+con tableAttrs = [Id = string, Title = string] ++ tableEvents
val span : bodyTag boxAttrs
val div : bodyTag boxAttrs