Mercurial > emacs
view etc/schema/xhtml-hypertext.rnc @ 112388:e5e8faa33346
(allout-institute-keymap): Use fset instead of reapplying defalias.
(allout-hotspot-key-handler): Check for non-control-modified bindings for
hotspot characters if there is no control-modified versions.
author | Ken Manheimer <ken.manheimer@gmail.com> |
---|---|
date | Thu, 20 Jan 2011 16:57:15 -0500 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Hypertext Module # Depends on text module. a = element a { a.attlist, Inline.model } a.attlist = Common.attrib, attribute href { URI.datatype }?, attribute charset { Charset.datatype }?, attribute type { ContentType.datatype }?, attribute hreflang { LanguageCode.datatype }?, attribute rel { LinkTypes.datatype }?, attribute rev { LinkTypes.datatype }?, attribute accesskey { Character.datatype }?, attribute tabindex { Number.datatype }? Inline.class |= a