comparison src/urweb.grm @ 2080:f05fcb206571

More HTML5 AJAX widgets
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Nov 2014 15:20:13 -0500
parents 6d126af2e1cb
children c647f113ba3e
comparison
equal deleted inserted replaced
2079:e1879ded8095 2080:f05fcb206571
221 fun tagIn bt = 221 fun tagIn bt =
222 case bt of 222 case bt of
223 "table" => "tabl" 223 "table" => "tabl"
224 | "url" => "url_" 224 | "url" => "url_"
225 | "datetime-local" => "datetime_local" 225 | "datetime-local" => "datetime_local"
226 | "cdatetime-local" => "cdatetime_local"
226 | _ => bt 227 | _ => bt
227 228
228 datatype prop_kind = Delete | Update 229 datatype prop_kind = Delete | Update
229 230
230 datatype attr = Class of exp | DynClass of exp | Style of exp | DynStyle of exp | Normal of con * exp | Data of string * string * exp 231 datatype attr = Class of exp | DynClass of exp | Style of exp | DynStyle of exp | Normal of con * exp | Data of string * string * exp