view etc/schema/xhtml-image.rnc @ 104973:cc423a84dd77

* emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 12 Sep 2009 01:40:11 +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