view tests/css.ur @ 1749:f9e5a8e09cdf

Simplify type of Basis.tag, regarding 'class' attribute; new compatibility parsing of 'class' values given as string literals
author Adam Chlipala <adam@chlipala.net>
date Sun, 06 May 2012 13:07:13 -0400
parents a671c986f517
children 277480862cef
line wrap: on
line source
style st1
style st2
style st_3

fun main () = return <xml><body>
  <span title="Whoa" class={classes st1 st2}>Hi!</span>
  <span class="st-3 st2">Bye!</span>
  <span class="st1">Appendix!</span>
  <span class="">Sequel!</span>
</body></xml>