view etc/schema/xhtml-xstyle.rnc @ 111133:d9b0552c39a6

Remove duplicate definition of tty-defined-color-alist. * src/xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with Lisp version. * lisp/term/tty-colors.el (tty-defined-color-alist): Remove duplicate definition of C variable.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 18:48:39 -0700
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*