view etc/schema/xhtml-image.rnc @ 101582:cfbf548023b7

* undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo limits (bug#1501).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 Jan 2009 20:57:07 +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