mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
# 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
|