view etc/schema/xhtml-xstyle.rnc @ 100980:2a3ac16edc52

(Pointer Shape): Clarify that only X supports changing the standard pointer shapes. (Bug#1485)
author Jason Rumney <jasonr@gnu.org>
date Thu, 08 Jan 2009 13:04:22 +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*