view etc/schema/xhtml-image.rnc @ 107705:51eb297451ff

Fix Indic composable patterns for the new Unicode specification.
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Mar 2010 21:50:44 +0900
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