view etc/schema/xhtml-bdo.rnc @ 110179:b801b7109176

(gnus-html-show-images): If there are no images to show, then say so instead of bugging out.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 04 Sep 2010 15:28:57 +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