view etc/schema/xhtml-hypertext.rnc @ 104256:fdb28981838b

(gdb-inferior-io-mode): Use start-process to create buffer with a pty but no process so that GDB can make the inferior the controlling process.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Aug 2009 13:22:11 +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