Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 111973:d60eda14e134
shr.el (shr-insert): Set shr-start after deleting trailing space; don't delete it within indentation.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 16 Dec 2010 00:55:04 +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