blob: eaaa1a15a52b3dcbcc8f300e851594ddbc454595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Applet Module
applet =
element applet {
applet.attlist,
# No restrictions on mixed content in TREX.
param*,
Flow.model
}
applet.attlist =
Core.attrib &
attribute alt { Text.datatype } &
attribute archive { text }? &
attribute code { text }? &
attribute codebase { URI.datatype }? &
attribute object { text }? &
attribute height { Length.datatype } &
attribute width { Length.datatype }
Inline.class &= applet*
|