view etc/schema/xhtml-image.rnc @ 95058:9cc2c84570ae

Update ChangeLog
author Michael Olson <mwolson@gnu.org>
date Sat, 17 May 2008 06:24:48 +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