* lisp/emacs-lisp/package.el (package--with-work-buffer-async):
[emacs.git] / etc / schema / xhtml-image.rnc
blobe1d6e5662f7c56c89d5cd41db5ca4ffff33be4fb
1 # Image Module
3 img = element img { img.attlist }
4 img.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 }?
11 Inline.class |= img