xhtml-applet.rnc 441 B

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