Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 109990:7ab569e9f738
xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 26 Aug 2010 09:47:34 +0900 |
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