view etc/schema/xhtml-bdo.rnc @ 101581:c78f51452913

(mouse-select-font): Return a string instead of a list.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 Jan 2009 20:43:27 +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