view etc/schema/xhtml-image.rnc @ 100124:d0077257129f

(nnimap-retrieve-headers-progress): Don't use nnimap-demule since the result is inserted in a unibyte buffer anyway. (nnimap-demule-use-string-to-multibyte): Remove. (nnimap-demule): Alias it to mm-string-to-multibyte.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Dec 2008 22:29:13 +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