repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* lisp/net/ange-ftp.el: Use lexical-binding
[emacs.git]
/
etc
/
schema
/
xhtml-image.rnc
blob
e1d6e5662f7c56c89d5cd41db5ca4ffff33be4fb
1
# Image Module
2
3
img = element img { img.attlist }
4
img.attlist =
5
Common.attrib,
6
attribute src { URI.datatype },
7
attribute alt { Text.datatype },
8
attribute longdesc { URI.datatype }?,
9
attribute height { Length.datatype }?,
10
attribute width { Length.datatype }?
11
Inline.class |= img