Mercurial > emacs
view etc/schema/xhtml-image.rnc @ 99506:fa1e1238846b
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1471
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 12 Nov 2008 08:12:19 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# 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