view etc/schema/xhtml-image.rnc @ 109009:812d563cc192

ispell.el: Fix portuguese casechars/not-casechars for missing ''. (bug#6434).
author Agustin martin <agustin.martin@hispalinux.es>
date Wed, 16 Jun 2010 15:42:59 +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