view etc/schema/xhtml-image.rnc @ 111147:b8d9a3e4de08

Regenerated.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sun, 24 Oct 2010 22:47:22 +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