summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-bdo.rnc
blob: 96bd91e378da67bff10121d18a9d604930f6fd6c (plain)
1
2
3
4
5
6
7
# 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*