Mercurial > urweb
diff lib/ur/basis.urs @ 2157:9c8016d99969
Add HTML 'align' attribute
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 02 Jul 2015 13:02:37 -0400 |
parents | d857da05f042 |
children | 598a5f781d39 |
line wrap: on
line diff
--- a/lib/ur/basis.urs Thu Jul 02 12:42:49 2015 -0400 +++ b/lib/ur/basis.urs Thu Jul 02 13:02:37 2015 -0400 @@ -851,8 +851,8 @@ con boxEvents = focusEvents ++ mouseEvents ++ keyEvents ++ resizeEvents ++ scrollEvents con tableEvents = focusEvents ++ mouseEvents ++ keyEvents -con boxAttrs = [Data = data_attr, Id = id, Title = string, Role = string] ++ boxEvents -con tableAttrs = [Data = data_attr, Id = id, Title = string] ++ tableEvents +con boxAttrs = [Data = data_attr, Id = id, Title = string, Role = string, Align = string] ++ boxEvents +con tableAttrs = [Data = data_attr, Id = id, Title = string, Align = string] ++ tableEvents val span : bodyTag boxAttrs val div : bodyTag boxAttrs