view etc/schema/xhtml-image.rnc @ 111748:acd0ffe11c18

Prompt before running print commands. * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): Prompt user before actually printing.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 20 Nov 2010 15:23:26 -0500
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