view etc/schema/xhtml-bdo.rnc @ 102441:9bfb1c4c4223

(woman-mode): Restore tab-width value after the call to Man-mode, since Man-mode resets it to the default, and that makes right margin extend beyond woman-fill-column.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Mar 2009 15:28:58 +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