view etc/schema/xhtml-image.rnc @ 102282:a0415be90111

(rmail-summary-mark-seen): Add option to mark as unseen. (rmail-summary-rmail-update): Store a position in rmail-summary-put-back-unseen rather than just a flag, and use it to put back the "-" mark in the summary.
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Feb 2009 08:45:09 +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