blob: bbcdd441bb3e13d78735763ab1527e4d60c00593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Iframe Module
iframe = element iframe { iframe.attlist, Flow.model }
iframe.attlist =
Core.attrib,
attribute longdesc { URI.datatype }?,
attribute src { URI.datatype }?,
attribute frameborder { "1" | "0" }?,
attribute width { Length.datatype }?,
attribute height { Length.datatype }?,
attribute marginwidth { Pixels.datatype }?,
attribute marginheight { Pixels.datatype }?,
attribute scrolling { "yes" | "no" | "auto" }?
Inline.class |= iframe
|