view etc/schema/xhtml-image.rnc @ 110493:4dea687a331f

* lisp/url/url-cache.el (url-cache-expire-time): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Sep 2010 23:08:57 -0700
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