view etc/schema/xhtml-bdo.rnc @ 94508:4d31120b081e

(define-ibuffer-sorter): Define the sorter to reverse sorting order if last sorting mode was the sorter's.
author John Paul Wallington <jpw@pobox.com>
date Thu, 01 May 2008 01:19: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