1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/etc/schema/xhtml-image.rnc
2007-11-23 06:58:00 +00:00

12 lines
290 B
Plaintext

# 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