Mercurial > emacs
view etc/schema/xhtml-image.rnc @ 107723:d6963128f839
* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 31 Mar 2010 18:22:17 -0400 |
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