blob: e1d6e5662f7c56c89d5cd41db5ca4ffff33be4fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Image Module
img = element img { img.attlist }
img.attlist =
Common.attrib,
attribute src { URI.datatype },
attribute alt { Text.datatype },
attribute longdesc { URI.datatype }?,
attribute height { Length.datatype }?,
attribute width { Length.datatype }?
Inline.class |= img
|