view etc/schema/xhtml-image.rnc @ 93536:e42355d302bb

(sh-mode-map): Rename the menu. Add :help. Add menu entries corresponding to all the key bindings.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 02 Apr 2008 06:38:24 +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