view etc/schema/xhtml-image.rnc @ 103899:b63603c8aa4f

(gnus-make-format-preserve-properties): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Jul 2009 03:13:16 +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