view etc/schema/xhtml-image.rnc @ 103369:97cfffb6f666

(font_parse_family_registry): Fix for one-char foundry. (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
author Kenichi Handa <handa@m17n.org>
date Wed, 10 Jun 2009 01:26:15 +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