Slide 13 : 26
The HTML4.0 Mirror in LAML
The HTML4.0 mirror is an exact mirror of version 4.0 of HTML (loose)
(f 'a1 "v1" 'a2 "v2" "Some text." "More text")
Mirror characteristica:
The syntactic differences between HTML and LAML are minimal
Textual contents is passed as quoted strings
White space is added in between content string unless explicitly suppressed
(f 'a1 "v1" 'a2 "v2" "Some text" _ ".")
CSS attributes can be given side by side with HTML attributes
(f 'css:a1 "v1" 'a2 "v2" "Some text.")
HTML attributes are checked during the evaluation process