mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
11 lines
290 B
Text
11 lines
290 B
Text
# 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
|