Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 107152:34e2c3832e08
(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
for the user to see them each time he runs the code.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 15 Feb 2010 14:55:51 -0500 |
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