view etc/schema/xhtml-bdo.rnc @ 110391:bbc922c0cfa8

Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048) * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width in calculating new frame position. Add more space between new and parent on the left. * frame.c (Ftool_bar_pixel_width): New function to expose tool bar's pixel width to Lisp.
author Jan D <jan.h.d@swipnet.se>
date Fri, 17 Sep 2010 11:04:35 +0200
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