view etc/schema/xhtml-image.rnc @ 95345:0350e5efb8f7

(encode_coding_raw_text): Fix last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 May 2008 15:56:59 +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