view etc/schema/xhtml-bdo.rnc @ 102161:66a030d19217

* objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits. (Frame Configuration Type): Emphasize that it is not primitive. (Font Type): New node. (Type Predicates): Add fontp; type-of now recognizes font object types. * intro.texi (Version Info): Update version numbers in examples. (Acknowledgements): List more contributors. * elisp.texi: Bump version number to 3.0. (Top): Link to Font Type node.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 21 Feb 2009 13:45:00 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Bi-directional Module

bdo = element bdo { bdo.attlist, Inline.model }
bdo.attlist = Core.attrib, lang.attrib, dir.attrib
dir.attrib = attribute dir { "ltr" | "rtl" }
I18n.attrib &= dir.attrib?
Inline.class |= bdo