view etc/schema/xhtml-image.rnc @ 106506:c43a4817b264
Fix short log parsing and fontification.
* vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
Fix fontification for the [merge] label.
author |
Dan Nicolaescu <dann@ics.uci.edu> |
date |
Wed, 09 Dec 2009 06:04:09 +0000 (2009-12-09) |
parents |
38f93f3d00a2 |
children |
|
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