view etc/schema/xhtml-xstyle.rnc @ 109334:603e7bce46eb

Fix size calculation for sliced images in image-mode (Bug#6639). * lisp/image-mode.el (image-display-size): New function. (image-forward-hscroll, image-next-line, image-eol, image-eob) (image-mode-fit-frame): Use it (Bug#6639).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Jul 2010 17:51:04 -0400
parents 55a95acb5aa1
children
line wrap: on
line source

# Style Module

style = element style { style.attlist, text }
style.attlist =
  title.attrib,
  I18n.attrib,
  attribute type { ContentType.datatype },
  attribute media { MediaDesc.datatype }?,
  attribute xml:space { "preserve" }?
head.content &= style*