view etc/schema/xhtml-bdo.rnc @ 95098:a49a51d08db3

(mh-invisible-header-fields-internal): Sort list in a case-insensitive way and add comment about it. Add many header fields (closes SF #1916032).
author Bill Wohler <wohler@newt.com>
date Mon, 19 May 2008 03:04:07 +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