view etc/schema/xhtml-image.rnc @ 104076:5a8c46298f5a

* view.el (view-mode-enable): Don't define Helper-return-blurb if it's not needed.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 26 Jul 2009 23:06:49 +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