view etc/schema/xhtml-image.rnc @ 106462:3affeccb7b33

* log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Dec 2009 20:25:36 +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