Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 106719:b7f28f66e31e
eieio.texi (Naming Conventions): Correction to xref on elisp
coding conventions, is "Tips" node not "Standards".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Jan 2010 23:33:36 +0200 |
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