view etc/schema/xhtml-image.rnc @ 109577:8a7bf813ce36

* net/tramp.el (tramp-handle-start-file-process): Check only for `remote-tty' process property. (tramp-open-shell): Don't check for tty. (tramp-open-connection-setup-interactive-shell): Set `remote-tty' process property. * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote host.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 29 Jul 2010 15:13:11 +0200
parents 38f93f3d00a2
children
line wrap: on
line source

# Image Module

img = element img { img.attlist }
img.attlist =
  Common.attrib,
  attribute src { URI.datatype },
  attribute alt { Text.datatype },
  attribute longdesc { URI.datatype }?,
  attribute height { Length.datatype }?,
  attribute width { Length.datatype }?
Inline.class |= img