Merge from emacs--rel--22
[bpt/emacs.git] / etc / schema / xhtml-image.rnc
CommitLineData
8cd39fb3
MH
1# Image Module
2
3img = element img { img.attlist }
4img.attlist =
5 Common.attrib,
6 attribute src { URI.datatype },
7 attribute alt { Text.datatype },
8 attribute longdesc { URI.datatype }?,
9 attribute height { Length.datatype }?,
10 attribute width { Length.datatype }?
11Inline.class |= img