Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 101900:f0a6af6c77e8
(diary-fancy-display): It doesn't make sense to check font-lock-mode
(see comments; reverts 2008-04-02 change). (Bug#2199)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 08 Feb 2009 01:52:26 +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