view etc/schema/xhtml-image.rnc @ 109741:e513ca0a1979

Fixed my ChangeLog entry of 2010-08-08
author Ulf Jasper <ulf.jasper@web.de>
date Tue, 10 Aug 2010 20:01:18 +0200
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