view etc/schema/xhtml-hypertext.rnc @ 99971:1b6dc3613e69

(tool-bar-find-image-cache): Var deleted. (tool-bar-find-image): Function deleted. (tool-bar-local-item, tool-bar-local-item-from-menu): Use find-image instead of tool-bar-find-image. (tool-bar-keymap-cache): New hash table. (tool-bar-make-keymap): Use it. (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 27 Nov 2008 03:29:37 +0000
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