view etc/schema/xhtml-xstyle.rnc @ 96773:8b4d07d37cc5

(change_frame_size): Remove extern declaration. (resize_event, maybe_generate_resize_event): Pass SAFE arg to change_frame_size.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 Jul 2008 21:51:46 +0000
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*