view etc/schema/xhtml-image.rnc @ 103361:cb15fed5ca65

fixit.texi (Spelling): Set default dictionary. Improve descriptions (Bug#2554)
author Agustin Martin <agustin.martin@hispalinux.es>
date Tue, 09 Jun 2009 14:24:32 +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